Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r3596 r3608  
    1212#define _TRACK_MANAGER_H
    1313
    14 #include "stdincl.h"
    1514#include "curve.h"
     15#include "base_object.h"
    1616
    1717class PNode;
     18template<class T> class tList;
    1819
    1920// Static Definitions
Note: See TracChangeset for help on using the changeset viewer.