Changeset 3851 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- Apr 17, 2005, 1:21:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r3847 r3851 24 24 class Terrain; 25 25 class GarbageCollector; 26 class SimpleAnimation;27 26 class Text; 28 27 … … 116 115 GarbageCollector* garbageCollector; //!< reference to the garbage collector 117 116 118 SimpleAnimation* simpleAnimation; //!< reference to the SimpleAnimation object119 120 117 /* function for main-loop */ 121 118 void mainLoop ();
Note: See TracChangeset
for help on using the changeset viewer.