36 #ifndef _FlappyOrxPrereqs_H__ 37 #define _FlappyOrxPrereqs_H__ 46 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(FLAPPYORX_STATIC_BUILD) 47 # ifdef FLAPPYORX_SHARED_BUILD 48 # define _FlappyOrxExport __declspec(dllexport) 50 # if defined( __MINGW32__ ) 51 # define _FlappyOrxExport 53 # define _FlappyOrxExport __declspec(dllimport) 56 # define _FlappyOrxPrivate 57 #elif defined (ORXONOX_GCC_VISIBILITY) 58 # define _FlappyOrxExport __attribute__ ((visibility("default"))) 59 # define _FlappyOrxPrivate __attribute__ ((visibility("hidden"))) 61 # define _FlappyOrxExport 62 # define _FlappyOrxPrivate 73 class FlappyOrxHUDinfo;
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 ...