Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 19, 2006, 1:38:23 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some more stuff (now one can play around with them using the Shell →
GameWorld Urban Playmode …. Vertical/Full3D/Horizontal

File:
1 edited

Legend:

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

    r7346 r7347  
    6060  void attachCamera();
    6161  void detachCamera();
    62   virtual void setCameraMode(unsigned int cameraMode = 0);
     62  void setCameraMode(unsigned int cameraMode = 0);
    6363  bool playmodeSupported(Playable::Playmode playmode) const { return this->supportedPlaymodes & playmode; };
    6464  bool setPlaymode(Playable::Playmode playmode);
Note: See TracChangeset for help on using the changeset viewer.