Changeset 10591 in orxonox.OLD for branches/cleanup/src/story_entities
- Timestamp:
- Feb 13, 2007, 4:42:33 PM (18 years ago)
- Location:
- branches/cleanup/src/story_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/story_entities/game_world.cc
r10585 r10591 27 27 28 28 #include "player.h" 29 #include "camera.h" 30 #include "environment.h" 31 #include "terrain.h" 32 #include "test_entity.h" 33 #include "terrain.h" 29 #include "tools/camera.h" 30 #include "tools/cameraman.h" 31 #include "environments/environment.h" 32 #include "environments/terrain.h" 34 33 #include "playable.h" 35 34 #include "environments/mapped_water.h" -
branches/cleanup/src/story_entities/game_world_data.cc
r10513 r10591 29 29 #include "world_entity.h" 30 30 #include "player.h" 31 #include " camera.h"32 #include " cameraman.h"33 #include " terrain.h"34 #include " skybox.h"31 #include "tools/camera.h" 32 #include "tools/cameraman.h" 33 #include "environments/terrain.h" 34 #include "environments/skybox.h" 35 35 #include "md2/md2Model.h" 36 36 #include "world_entities/projectiles/projectile.h" -
branches/cleanup/src/story_entities/menu/game_menu.cc
r10403 r10591 27 27 28 28 #include "graphics_engine.h" 29 #include " camera.h"29 #include "tools/camera.h" 30 30 #include "sound_engine.h" 31 31 -
branches/cleanup/src/story_entities/multi_player_world_data.cc
r10114 r10591 27 27 #include "world_entity.h" 28 28 #include "player.h" 29 #include "camera.h" 30 #include "environment.h" 31 #include "terrain.h" 32 #include "test_entity.h" 33 #include "terrain.h" 34 #include "md2/md2Model.h" 29 #include "tools/camera.h" 30 #include "environments/environment.h" 31 #include "environments/terrain.h" 35 32 #include "world_entities/projectiles/projectile.h" 36 33 #include "npcs/npc_test1.h"
Note: See TracChangeset
for help on using the changeset viewer.