35 #ifndef _OrxonoxPrereqs_H__ 36 #define _OrxonoxPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_STATIC_BUILD) 46 # ifdef ORXONOX_SHARED_BUILD 47 # define _OrxonoxExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _OrxonoxExport 52 # define _OrxonoxExport __declspec(dllimport) 55 # define _OrxonoxPrivate 56 #elif defined (ORXONOX_GCC_VISIBILITY) 57 # define _OrxonoxExport __attribute__ ((visibility("default"))) 58 # define _OrxonoxPrivate __attribute__ ((visibility("hidden"))) 60 # define _OrxonoxExport 61 # define _OrxonoxPrivate 77 class RenderQueueListener;
80 struct GSLevelMementoState;
84 class ChatInputHandler;
90 class CompoundCollisionShape;
91 class WorldEntityCollisionShape;
95 class ArtificialController;
97 class DroneController;
98 class HumanController;
99 class ScriptController;
100 class WaypointController;
101 class WaypointPatrolController;
108 class LastManStanding;
109 class LastTeamStanding;
111 class TeamDeathmatch;
118 class BlinkingBillboard;
120 class FadingBillboard;
124 class ParticleEmitter;
125 class ParticleSpawner;
135 class GametypeMessageListener;
136 class NotificationListener;
143 class TeamColourable;
147 class PartDestructionEvent;
150 class MultiStateEngine;
154 class OrxonoxOverlay;
164 class WorldAmbientSound;
167 class DefaultWeaponmodeLink;
169 class ReplenishingMunition;
178 class CameraPosition;
179 class ControllableEntity;
181 class EffectContainer;
182 class ExplosionChunk;
187 class TeamSpawnPoint;
194 class ModularSpaceShip;
196 class TeamBaseMatchBase;
204 class btCollisionObject;
206 class btManifoldPoint;
208 class btCollisionShape;
210 class btCompoundShape;
211 class btStaticPlaneShape;
213 class btDiscreteDynamicsWorld;
214 class bt32BitAxisSweep3;
215 class btDefaultCollisionConfiguration;
216 class btCollisionDispatcher;
217 class btSequentialImpulseConstraintSolver;
struct ALCdevice_struct ALCdevice
Definition: OrxonoxPrereqs.h:221
Various constants for compiler, architecture and platform.
int ALenum
Definition: OrxonoxPrereqs.h:224
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
struct ALCcontext_struct ALCcontext
Definition: OrxonoxPrereqs.h:220
int ALint
Definition: OrxonoxPrereqs.h:223
unsigned int ALuint
Definition: OrxonoxPrereqs.h:222