Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 4:57:55 PM (15 years ago)
Author:
rgrieder
Message:

Moved the forward declaration I found to the prereqs.h files.

Location:
code/branches/pch/src/orxonox
Files:
4 edited

Legend:

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

    r3130 r3156  
    299299namespace CEGUI
    300300{
     301    class DefaultLogger;
    301302    class LuaScriptModule;
    302303
     
    307308
    308309// Bullet Physics Engine
    309 
    310310class btTransform;
    311311class btVector3;
     
    327327class btSequentialImpulseConstraintSolver;
    328328
    329 // lua
     329// ALUT
     330typedef struct ALCcontext_struct ALCcontext;
     331typedef struct ALCdevice_struct ALCdevice;
     332typedef unsigned int ALuint;
     333typedef int ALint;
     334
     335// Lua
    330336struct lua_State;
    331337
  • code/branches/pch/src/orxonox/gui/GUIManager.h

    r3153 r3156  
    4545
    4646#include "core/input/InputInterfaces.h"
    47 
    48 // Forward declaration
    49 namespace CEGUI { class DefaultLogger; }
    5047
    5148// tolua_begin
  • code/branches/pch/src/orxonox/sound/SoundBase.h

    r3139 r3156  
    3030
    3131#include "OrxonoxPrereqs.h"
    32 #include <string>
    33 
    34 // forward declarations
    35 typedef unsigned int ALuint;
    36 typedef int ALint;
    3732
    3833namespace orxonox
  • code/branches/pch/src/orxonox/sound/SoundManager.h

    r3133 r3156  
    3333#include "orxonox/objects/Tickable.h"
    3434
    35 // forward declarations
    36 typedef struct ALCcontext_struct ALCcontext;
    37 typedef struct ALCdevice_struct ALCdevice;
    38 
    3935namespace orxonox
    4036{
Note: See TracChangeset for help on using the changeset viewer.