Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3608 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 20, 2005, 11:37:26 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: now there is a real speedup in compiling time when dependencies are modified: just realy only includes, what is needed. Byside the speedup, there is more overview! never add an orxonox class to stdincl.h if it doesn't have to be

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3603 r3608  
    1818
    1919#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"
    2026#include "world_entity.h"
    2127#include "track_manager.h"
    2228#include "player.h"
    23 #include "command_node.h"
    2429#include "camera.h"
    2530#include "environment.h"
    2631#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"
    3036#include "glmenu_imagescreen.h"
    31 #include "skysphere.h"
    32 #include "light.h"
    3337#include "fontset.h"
    34 #include "track_node.h"
    35 #include "terrain.h"
     38#include "list.h"
     39
     40
    3641
    3742using namespace std;
Note: See TracChangeset for help on using the changeset viewer.