35 #ifndef _UtilPrereqs_H__    36 #define _UtilPrereqs_H__    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined( UTIL_STATIC_BUILD )    46 #  ifdef UTIL_SHARED_BUILD    47 #    define _UtilExport __declspec(dllexport)    49 #    if defined( __MINGW32__ )    52 #      define _UtilExport __declspec(dllimport)    56 #elif defined (ORXONOX_GCC_VISIBILITY)    57 #  define _UtilExport  __attribute__ ((visibility("default")))    58 #  define _UtilPrivate __attribute__ ((visibility("hidden")))    70     class AdditionalContextListener;
    86     class SubcontextOutputListener;
   111     using Ogre::Quaternion;
   112     using Ogre::ColourValue;
   117     class ScopeGuardImplBase;
 std::string BLANKSTRING
A blank string (""). Used to return a blank string by reference. 
Definition: StringUtils.cc:46
 
Definition: NullType.h:21
 
#define _UtilExport
Definition: UtilPrereqs.h:60
 
::std::string string
Definition: gtest-port.h:756
 
Various constants for compiler, architecture and platform. 
 
Die Wagnis Klasse hat die folgenden Aufgaben: 
Definition: ApplicationPaths.cc:66
 
Definition: CorePrereqs.h:362
 
const ScopeGuardImplBase & ScopeGuard
 
Definition: ScopeGuard.h:95