Changeset 4190 in orxonox.OLD for orxonox/branches/physics/src/story_entities/world.h
- Timestamp:
- May 15, 2005, 11:20:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/story_entities/world.h
r4178 r4190 36 36 static WorldInterface* getInstance(); 37 37 void init(World* world); 38 inline World* getCurrentWorld(void) {return this->worldReference;} 38 39 tList<WorldEntity>* getEntityList(); 39 40 … … 90 91 void setPath( const char* name); 91 92 93 inline Camera* getLocalCamera(void) {return this->localCamera;} 94 92 95 private: 93 96 void constuctorInit(char* name, int worldID);
Note: See TracChangeset
for help on using the changeset viewer.