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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.