Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2009, 1:45:42 AM (15 years ago)
Author:
landauf
Message:

Added ToolsPrereqs.h and _ToolsExport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/OrxonoxPrereqs.h

    r5632 r5634  
    3636
    3737#include "OrxonoxConfig.h"
     38
     39#include "tools/ToolsPrereqs.h"
    3840
    3941//-----------------------------------------------------------------------
     
    6264namespace orxonox
    6365{
    64     namespace LODParticle
    65     {
    66         enum Value
    67         {
    68             Off = 0,
    69             Low = 1,
    70             Normal = 2,
    71             High = 3
    72         };
    73     }
    74 
    7566    class RadarViewable;
    7667    class Radar;
     
    230221    class WorldEntityCollisionShape;
    231222
    232     // tools
    233     class BillboardSet;
    234     class Light;
    235     class Mesh;
    236     class ParticleInterface;
    237     class Shader;
    238     template <class T>
    239     class Timer;
    240 
    241223    // overlays
    242224    class OverlayGroup;
     
    254236}
    255237
    256 namespace Ogre
    257 {
    258     // OGRE Wiki adapted code
    259     class DynamicLines;
    260     class DynamicRenderable;
    261 }
    262 
    263238// Bullet Physics Engine
    264239class btTransform;
Note: See TracChangeset for help on using the changeset viewer.