Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3608 in orxonox.OLD for orxonox/trunk/src/defs/stdincl.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/defs/stdincl.h

    r3607 r3608  
    88#ifndef _STDINCL_H
    99#define _STDINCL_H
    10 
    11 #define null 0   //!< null
    12 
    1310
    1411typedef unsigned char byte;
     
    2926#include "glincl.h"
    3027
    31 
    32 // MATH //
    33 #include "vector.h"
    34 
    35 #include "list.h"
    36 #include "list_template.h"
    37 #include "message_structures.h"
    38 #include "orxonox.h"
    39 #include "data_tank.h"
    40 #include "base_object.h"
    41 
    4228#include "error.h"
    4329#include "debug.h"
Note: See TracChangeset for help on using the changeset viewer.