Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/story_entity.h

    r3472 r3608  
    88#define _STORY_ENTITY_H
    99
    10 #include "stdincl.h"
     10#include "base_object.h"
    1111#include "story_def.h"
     12#include "error.h"
     13
    1214
    1315//! A class that represents something to play in orxonox. it is a container for worlds, movies, mission briefings, etc...
Note: See TracChangeset for help on using the changeset viewer.