35 #ifndef _TetrisPrereqs_H__ 36 #define _TetrisPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(TETRIS_STATIC_BUILD) 46 # ifdef TETRIS_SHARED_BUILD 47 # define _TetrisExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _TetrisExport 52 # define _TetrisExport __declspec(dllimport) 55 #elif defined ( ORXONOX_GCC_VISIBILITY ) 56 # define _TetrisExport __attribute__ ((visibility("default"))) 58 # define _TetrisExport 68 class TetrisCenterpoint;
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 ...