Changeset 3399 in orxonox.OLD for orxonox/branches/nico/src/player.h
- Timestamp:
- Feb 6, 2005, 11:27:25 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico
- Property svn:externals set to
-
orxonox/branches/nico/src/player.h
r3238 r3399 8 8 9 9 #include "world_entity.h" 10 #include "importer/object.h" 10 11 class OBJModel; 11 12 12 13 //! Basic controllable WorldEntity … … 27 28 28 29 virtual void draw(); 29 virtual void getLookat(Location* locbuf);30 // virtual void getLookat(Location* locbuf); 30 31 31 32 virtual void leftWorld(); … … 38 39 float acceleration; 39 40 GLuint objectList; 40 Object* obj;41 41 42 42 void move(float time);
Note: See TracChangeset
for help on using the changeset viewer.