35 #ifndef _AsteroidMiningPrereqs_H__ 36 #define _AsteroidMiningPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ASTEROIDMINING_STATIC_BUILD) 46 # ifdef ASTEROIDMINING_SHARED_BUILD 47 # define _AsteroidMiningExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _AsteroidMiningExport 52 # define _AsteroidMiningExport __declspec(dllimport) 55 # define _AsteroidMiningPrivate 56 #elif defined (ORXONOX_GCC_VISIBILITY) 57 # define _AsteroidMiningExport __attribute__ ((visibility("default"))) 58 # define _AsteroidMiningPrivate __attribute__ ((visibility("hidden"))) 60 # define _AsteroidMiningExport 61 # define _AsteroidMiningPrivate 70 class AsteroidMinable;
71 class SpicedAsteroidBelt;
72 class SpicedAsteroidField;
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 ...