Changeset 4746 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r4621 r4746 39 39 static WorldInterface* getInstance(); 40 40 void init(World* world); 41 inline World* getCurrentWorld( void) {return this->worldReference;}41 inline World* getCurrentWorld() {return this->worldReference;} 42 42 tList<WorldEntity>* getEntityList(); 43 43 … … 96 96 void setPath( const char* name); 97 97 98 inline Camera* getLocalCamera( void) {return this->localCamera;}98 inline Camera* getLocalCamera() {return this->localCamera;} 99 99 100 100 private:
Note: See TracChangeset
for help on using the changeset viewer.