home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Alleycat_h__
- #define __Alleycat_h__
-
- #include "Mech.h"
-
- class Alleycat: public Mech{
- public:
- Alleycat(Client* client);
- virtual ~Alleycat();
-
- // void processInputArray(inputArray_t inputArray);
- // void move(float deltaT);
- // bool collisionDetection(vec3_t displacement);
- };
-
- #endif /* __Alleycat_h__ */
-