Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2010, 11:00:13 AM (14 years ago)
Author:
rgrieder
Message:

Including Ogre.h slows down compilation time considerably. Use individual includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/graphics/AnimatedModel.h

    r6937 r7112  
    2929#ifndef _AnimatedModel_H__
    3030#define _AnimatedModel_H__
     31
     32#include "OrxonoxPrereqs.h"
     33
     34#include <string>
     35#include "tools/interfaces/Tickable.h"
    3136#include "Model.h"
    32 #include "tools/interfaces/Tickable.h"
    33 #include "OrxonoxPrereqs.h"
    34 #include <deque>
    35 #include <string>
    36 #include "tools/Mesh.h"
    37 #include "worldentities/StaticEntity.h"
    3837
    3938namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.