Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3608 in orxonox.OLD for orxonox/trunk/src/game_loader.h


Ignore:
Timestamp:
Mar 20, 2005, 11:37:26 PM (19 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/game_loader.h

    r3225 r3608  
    22#define _GAME_LOADER_H
    33
    4 #include "stdincl.h"
     4//#include "stdincl.h"
    55#include "story_def.h"
     6#include "comincl.h"
    67
    78//-----------------------------------------------------------------------------
     
    1213class Camera;
    1314class CammandNode;
    14 
    1515
    1616class GameLoader
Note: See TracChangeset for help on using the changeset viewer.