35 #ifndef _Asteroids2DPrereqs_H__ 36 #define _Asteroids2DPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ASTEROIDS2D_STATIC_BUILD) 46 # ifdef ASTEROIDS2D_SHARED_BUILD 47 # define _Asteroids2DExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _Asteroids2DExport 52 # define _Asteroids2DExport __declspec(dllimport) 55 # define _Asteroids2DPrivate 56 #elif defined (ORXONOX_GCC_VISIBILITY) 57 # define _Asteroids2DExport __attribute__ ((visibility("default"))) 58 # define _Asteroids2DPrivate __attribute__ ((visibility("hidden"))) 60 # define _Asteroids2DExport 61 # define _Asteroids2DPrivate 71 class Asteroids2DCenterPoint;
72 class Asteroids2DHUDinfo;
73 class Asteroids2DShip;
74 class Asteroids2DStone;
75 class Asteroids2DWeapon;
Various constants for compiler, architecture and platform.
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the orxonox library ...