Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4746 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
Jul 1, 2005, 12:48:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: changed (void) → ()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r4621 r4746  
    3939  static WorldInterface* getInstance();
    4040  void init(World* world);
    41   inline World* getCurrentWorld(void) {return this->worldReference;}
     41  inline World* getCurrentWorld() {return this->worldReference;}
    4242  tList<WorldEntity>* getEntityList();
    4343
     
    9696  void setPath( const char* name);
    9797
    98   inline Camera* getLocalCamera(void) {return this->localCamera;}
     98  inline Camera* getLocalCamera() {return this->localCamera;}
    9999
    100100 private:
Note: See TracChangeset for help on using the changeset viewer.