Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7338 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Apr 19, 2006, 1:25:07 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some Playable-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.h

    r7304 r7338  
    1010#include "story_entity.h"
    1111#include "game_world_data.h"
     12#include "playable.h"
    1213
    1314class Shell;
     
    4546    virtual void run();
    4647
     48    void setPlaymode(Playable::Playmode playmode);
    4749    /**  this returns the current game time @returns elapsed game time     */
    4850    inline double getGameTime() { return this->gameTime; }
Note: See TracChangeset for help on using the changeset viewer.