35 #ifndef _JumpPrereqs_H__    36 #define _JumpPrereqs_H__    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(JUMP_STATIC_BUILD)    46 #  ifdef JUMP_SHARED_BUILD    47 #    define _JumpExport __declspec(dllexport)    49 #    if defined( __MINGW32__ )    52 #      define _JumpExport __declspec(dllimport)    56 #elif defined (ORXONOX_GCC_VISIBILITY)    57 #  define _JumpExport  __attribute__ ((visibility("default")))    58 #  define _JumpPrivate __attribute__ ((visibility("hidden")))    72     class JumpPlatformStatic;
    73     class JumpPlatformHMove;
    74     class JumpPlatformVMove;
    75     class JumpPlatformDisappear;
    76     class JumpPlatformTimer;
    77     class JumpPlatformFake;
    87     class JumpCenterpoint;
 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  ...