Changeset 3608 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc
- Timestamp:
- Mar 20, 2005, 11:37:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3603 r3608 18 18 19 19 #include "world.h" 20 21 #include "orxonox.h" 22 #include "p_node.h" 23 #include "null_parent.h" 24 #include "helper_parent.h" 25 #include "track_node.h" 20 26 #include "world_entity.h" 21 27 #include "track_manager.h" 22 28 #include "player.h" 23 #include "command_node.h"24 29 #include "camera.h" 25 30 #include "environment.h" 26 31 #include "primitive.h" 27 #include "p_node.h" 28 #include "null_parent.h" 29 #include "helper_parent.h" 32 #include "skysphere.h" 33 #include "terrain.h" 34 #include "light.h" 35 #include "command_node.h" 30 36 #include "glmenu_imagescreen.h" 31 #include "skysphere.h"32 #include "light.h"33 37 #include "fontset.h" 34 #include "track_node.h" 35 #include "terrain.h" 38 #include "list.h" 39 40 36 41 37 42 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.