Changeset 3156 for code/branches/pch/src/orxonox
- Timestamp:
- Jun 13, 2009, 4:57:55 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/OrxonoxPrereqs.h
r3130 r3156 299 299 namespace CEGUI 300 300 { 301 class DefaultLogger; 301 302 class LuaScriptModule; 302 303 … … 307 308 308 309 // Bullet Physics Engine 309 310 310 class btTransform; 311 311 class btVector3; … … 327 327 class btSequentialImpulseConstraintSolver; 328 328 329 // lua 329 // ALUT 330 typedef struct ALCcontext_struct ALCcontext; 331 typedef struct ALCdevice_struct ALCdevice; 332 typedef unsigned int ALuint; 333 typedef int ALint; 334 335 // Lua 330 336 struct lua_State; 331 337 -
code/branches/pch/src/orxonox/gui/GUIManager.h
r3153 r3156 45 45 46 46 #include "core/input/InputInterfaces.h" 47 48 // Forward declaration49 namespace CEGUI { class DefaultLogger; }50 47 51 48 // tolua_begin -
code/branches/pch/src/orxonox/sound/SoundBase.h
r3139 r3156 30 30 31 31 #include "OrxonoxPrereqs.h" 32 #include <string>33 34 // forward declarations35 typedef unsigned int ALuint;36 typedef int ALint;37 32 38 33 namespace orxonox -
code/branches/pch/src/orxonox/sound/SoundManager.h
r3133 r3156 33 33 #include "orxonox/objects/Tickable.h" 34 34 35 // forward declarations36 typedef struct ALCcontext_struct ALCcontext;37 typedef struct ALCdevice_struct ALCdevice;38 39 35 namespace orxonox 40 36 {
Note: See TracChangeset
for help on using the changeset viewer.