Changeset 2194 in orxonox.OLD for orxonox/branches/chris/src/player.h
- Timestamp:
- Jul 18, 2004, 12:03:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/player.h
r2192 r2194 18 18 ~Player (); 19 19 20 static bool is_a(char* name); 21 20 22 virtual void post_spawn (); 21 23 virtual void tick (float time); … … 24 26 virtual void collide (WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags); 25 27 virtual void command (Command* cmd); 26 28 27 29 virtual void draw (); 28 30 virtual void get_lookat (Location* locbuf); … … 31 33 32 34 private: 35 static bool (*basefunc)(char*); 36 static char *is; 37 33 38 bool bUp, bDown, bLeft, bRight, bAscend, bDescend; 34 39 bool bFire;
Note: See TracChangeset
for help on using the changeset viewer.