Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 27, 2005, 9:16:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/physics back to the trunk
merged with command
svn merge -r 3866:HEAD . ../../trunk/
many conflict that i tried to resolv
@patrick: i hope i did not interfere with your stuff :/

File:
1 edited

Legend:

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

    r4326 r4338  
    3737  static WorldInterface* getInstance();
    3838  void init(World* world);
     39  inline World* getCurrentWorld(void) {return this->worldReference;}
    3940  tList<WorldEntity>* getEntityList();
    4041
     
    9394  void setPath( const char* name);
    9495
     96  inline Camera* getLocalCamera(void) {return this->localCamera;}
     97
    9598 private:
    9699  void constuctorInit(char* name, int worldID);
Note: See TracChangeset for help on using the changeset viewer.