MuckyFoot-UrbanChaos/fallen/Headers/canid.h
2017-05-20 11:14:17 +10:00

18 lines
446 B
C

//
// Canids -- 4 legs, pointy teeth, tails, meat eaters, usually pack hunters,
// non-retractable claws, and other things we've come to expect from
// man's best friends and worst enemies: dogs, coyotes, wolves, that
// sort of thing.
//
#ifndef CANID_H
#define CANID_H
extern StateFunction CANID_state_function[];
void CANID_init (Thing *canid);
void CANID_normal(Thing *canid);
void CANID_register();
#endif