Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10591 in orxonox.OLD for branches/cleanup/src/story_entities


Ignore:
Timestamp:
Feb 13, 2007, 4:42:33 PM (18 years ago)
Author:
bensch
Message:

moved the we's to a more senseable location.

Location:
branches/cleanup/src/story_entities
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/story_entities/game_world.cc

    r10585 r10591  
    2727
    2828#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"
    3433#include "playable.h"
    3534#include "environments/mapped_water.h"
  • branches/cleanup/src/story_entities/game_world_data.cc

    r10513 r10591  
    2929#include "world_entity.h"
    3030#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"
    3535#include "md2/md2Model.h"
    3636#include "world_entities/projectiles/projectile.h"
  • branches/cleanup/src/story_entities/menu/game_menu.cc

    r10403 r10591  
    2727
    2828#include "graphics_engine.h"
    29 #include "camera.h"
     29#include "tools/camera.h"
    3030#include "sound_engine.h"
    3131
  • branches/cleanup/src/story_entities/multi_player_world_data.cc

    r10114 r10591  
    2727#include "world_entity.h"
    2828#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"
    3532#include "world_entities/projectiles/projectile.h"
    3633#include "npcs/npc_test1.h"
Note: See TracChangeset for help on using the changeset viewer.