AIHAND.H 277 B

1234567891011121314151617
  1. #ifndef __AIHAND_H
  2. #define __AIHAND_H
  3. #include "ai.h"
  4. extern AISTATE handIdle;
  5. extern AISTATE handSearch;
  6. extern AISTATE handChase;
  7. extern AISTATE handRecoil;
  8. extern AISTATE handGoto;
  9. extern AISTATE handJump;
  10. extern AISTATE handChoke;
  11. #endif // __AIHAND_H