Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/player.h
- Timestamp:
- Jul 14, 2004, 3:31:42 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/player.h
r2101 r2141 1 /*! 2 \file player.h 3 \brief Implements a basic controllable WorldEntity 4 */ 1 5 2 6 #ifndef PLAYER_H … … 5 9 #include "world_entity.h" 6 10 11 //! Basic controllable WorldEntity 7 12 class Player : public WorldEntity 8 13 {
Note: See TracChangeset
for help on using the changeset viewer.