35 #ifndef _DockingPrereqs_H__ 36 #define _DockingPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(DOCKING_STATIC_BUILD) 46 # ifdef DOCKING_SHARED_BUILD 47 # define _DockingExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _DockingExport 52 # define _DockingExport __declspec(dllimport) 55 #elif defined ( ORXONOX_GCC_VISIBILITY ) 56 # define _DockingExport __attribute__ ((visibility("default"))) 58 # define _DockingExport 68 class DockingAnimation;
69 class DockingController;
73 class MoveToDockingTarget;
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 ...