Changeset 3503 in orxonox.OLD for orxonox/branches/levelloader/src/story_entities/world.h
- Timestamp:
- Mar 11, 2005, 6:44:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/story_entities/world.h
r3501 r3503 52 52 void spawn (WorldEntity* entity); 53 53 void spawn (WorldEntity* entity, Vector* absCoor, Quaternion* absDir); 54 54 55 void setPath( char* name); 56 char* getPath(); 55 57 56 58 … … 65 67 66 68 char* worldName; //!< The name of this World 69 char* path; //!< The path to the data file used by this World 67 70 int debugWorldNr; //!< The Debug Nr. needed, if something goes wrong 68 71
Note: See TracChangeset
for help on using the changeset viewer.