22 #ifndef WATCHMAKER_WALK_H 23 #define WATCHMAKER_WALK_H 25 #include "watchmaker/types.h" 26 #include "watchmaker/t3d.h" 30 #define EPSILON 0.007f 34 #define OLDANGLESKIP 4 35 #define CURANGLESKIP 8 40 #define NOBOUNDCHECK 256 41 #define NOTSKIPPABLE 512 43 extern int32 ActionLen[];
44 extern int32 ActionStart[];
46 void FindPath(int32 oc, t3dCAMERA *Camera);
47 void ForceAnimInBounds(int32 oc);
51 #endif // WATCHMAKER_WALK_H Definition: 2d_stuff.h:30