Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7412 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
Apr 28, 2006, 12:03:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Another CompletionMode is working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r7351 r7412  
    3333    FromBehind       = 4,       //!< Seen from behind (move in z-y)
    3434    Full3D           = 8,       //!< Full featured 3D-mode. (move in all directions x-y-z)
     35
     36    PlaymodeCount    = 4,
    3537  } Playmode;
    3638
     
    8789  // Transformations:
    8890  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
    9094protected:
    9195  Playable();
Note: See TracChangeset for help on using the changeset viewer.