35 #ifndef _PickupPrereqs_H__ 36 #define _PickupPrereqs_H__ 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(PICKUP_STATIC_BUILD) 46 # ifdef PICKUP_SHARED_BUILD 47 # define _PickupExport __declspec(dllexport) 49 # if defined( __MINGW32__ ) 50 # define _PickupExport 52 # define _PickupExport __declspec(dllimport) 55 # define _PickupPrivate 56 #elif defined (ORXONOX_GCC_VISIBILITY) 57 # define _PickupExport __attribute__ ((visibility("default"))) 58 # define _PickupPrivate __attribute__ ((visibility("hidden"))) 60 # define _PickupExport 61 # define _PickupPrivate 71 class CollectiblePickup;
73 class PickupCollection;
74 struct PickupInventoryContainer;
76 class PickupRepresentation;
82 class InvisiblePickup;
87 class DamageBoostPickup;
89 class MunitionContainer;
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 ...