Changeset 3224 in orxonox.OLD for orxonox/trunk/src/player.h
- Timestamp:
- Dec 19, 2004, 11:50:40 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/player.h
r3196 r3224 4 4 */ 5 5 6 #ifndef PLAYER_H7 #define PLAYER_H6 #ifndef _PLAYER_H 7 #define _PLAYER_H 8 8 9 9 #include "world_entity.h" … … 44 44 }; 45 45 46 #endif 46 #endif /* _PLAYER_H */
Note: See TracChangeset
for help on using the changeset viewer.