Changeset 3403 in orxonox.OLD for orxonox/branches/dave/src/world.h
- Timestamp:
- Feb 13, 2005, 6:06:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/world.h
r3365 r3403 7 7 #define _WORLD_H 8 8 9 9 10 #include "stdincl.h" 10 11 #include "story_entity.h" 12 #include "importer/texture.h" 13 11 14 12 15 … … 58 61 tList<WorldEntity>* entities; 59 62 63 60 64 // base level data 65 61 66 TrackManager* trackManager; 62 67 Track* track;
Note: See TracChangeset
for help on using the changeset viewer.