Changeset 8346 in orxonox.OLD for branches/bsp_model/src/story_entities
- Timestamp:
- Jun 13, 2006, 5:03:53 PM (18 years ago)
- Location:
- branches/bsp_model/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/story_entities/game_world_data.cc
r7810 r8346 33 33 #include "terrain.h" 34 34 #include "skybox.h" 35 #include "md2 Model.h"35 #include "md2/md2Model.h" 36 36 #include "world_entities/projectiles/projectile.h" 37 37 #include "npcs/npc_test1.h" -
branches/bsp_model/src/story_entities/multi_player_world_data.cc
r8068 r8346 34 34 #include "test_entity.h" 35 35 #include "terrain.h" 36 #include "md2 Model.h"36 #include "md2/md2Model.h" 37 37 #include "world_entities/projectiles/projectile.h" 38 38 #include "npcs/npc_test1.h"
Note: See TracChangeset
for help on using the changeset viewer.