Changeset 7412 in orxonox.OLD for trunk/src/world_entities/playable.h
- Timestamp:
- Apr 28, 2006, 12:03:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.h
r7351 r7412 33 33 FromBehind = 4, //!< Seen from behind (move in z-y) 34 34 Full3D = 8, //!< Full featured 3D-mode. (move in all directions x-y-z) 35 36 PlaymodeCount = 4, 35 37 } Playmode; 36 38 … … 87 89 // Transformations: 88 90 static Playable::Playmode stringToPlaymode(const std::string& playmode); 89 static const char* playmodeToString(Playable::Playmode playmode); 91 static const std::string& playmodeToString(Playable::Playmode playmode); 92 static const std::string playmodeNames[]; 93 90 94 protected: 91 95 Playable();
Note: See TracChangeset
for help on using the changeset viewer.