#include "OgreConfig.h"
Go to the source code of this file.
Namespaces | |
namespace | Ogre |
Defines | |
#define | OGRE_PLATFORM_WIN32 1 |
#define | OGRE_PLATFORM_LINUX 2 |
#define | OGRE_PLATFORM_APPLE 3 |
#define | OGRE_COMPILER_MSVC 1 |
#define | OGRE_COMPILER_GNUC 2 |
#define | OGRE_COMPILER_BORL 3 |
#define | OGRE_ENDIAN_LITTLE 1 |
#define | OGRE_ENDIAN_BIG 2 |
#define | OGRE_ARCHITECTURE_32 1 |
#define | OGRE_ARCHITECTURE_64 2 |
#define | FORCEINLINE __inline |
#define | OGRE_PLATFORM OGRE_PLATFORM_LINUX |
#define | OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32 |
#define | OGRE_QUOTE_INPLACE(x) # x |
#define | OGRE_QUOTE(x) OGRE_QUOTE_INPLACE(x) |
#define | OGRE_WARN(x) message( __FILE__ "(" QUOTE( __LINE__ ) ") : " x "\n" ) |
#define | _OgreExport |
#define | _OgrePrivate |
#define | stricmp strcasecmp |
#define | OGRE_DEBUG_MODE 0 |
#define | OGRE_PLATFORM_LIB "libOgrePlatform.so" |
#define | OGRE_UNICODE_SUPPORT 1 |
#define | OGRE_ENDIAN OGRE_ENDIAN_LITTLE |
Typedefs | |
typedef unsigned int | Ogre::uint32 |
typedef unsigned short | Ogre::uint16 |
typedef unsigned char | Ogre::uint8 |
typedef unsigned long long | Ogre::uint64 |
#define _OgreExport |
Definition at line 166 of file OgrePlatform.h.
#define _OgrePrivate |
Definition at line 167 of file OgrePlatform.h.
#define FORCEINLINE __inline |
Definition at line 82 of file OgrePlatform.h.
#define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32 |
Definition at line 101 of file OgrePlatform.h.
#define OGRE_ARCHITECTURE_32 1 |
Definition at line 48 of file OgrePlatform.h.
#define OGRE_ARCHITECTURE_64 2 |
Definition at line 49 of file OgrePlatform.h.
#define OGRE_COMPILER_BORL 3 |
Definition at line 43 of file OgrePlatform.h.
#define OGRE_COMPILER_GNUC 2 |
Definition at line 42 of file OgrePlatform.h.
#define OGRE_COMPILER_MSVC 1 |
Definition at line 41 of file OgrePlatform.h.
#define OGRE_DEBUG_MODE 0 |
Definition at line 180 of file OgrePlatform.h.
#define OGRE_ENDIAN OGRE_ENDIAN_LITTLE |
Definition at line 209 of file OgrePlatform.h.
#define OGRE_ENDIAN_BIG 2 |
Definition at line 46 of file OgrePlatform.h.
#define OGRE_ENDIAN_LITTLE 1 |
Definition at line 45 of file OgrePlatform.h.
#define OGRE_PLATFORM OGRE_PLATFORM_LINUX |
Definition at line 94 of file OgrePlatform.h.
#define OGRE_PLATFORM_APPLE 3 |
Definition at line 39 of file OgrePlatform.h.
#define OGRE_PLATFORM_LIB "libOgrePlatform.so" |
Definition at line 187 of file OgrePlatform.h.
#define OGRE_PLATFORM_LINUX 2 |
Definition at line 38 of file OgrePlatform.h.
#define OGRE_PLATFORM_WIN32 1 |
Definition at line 37 of file OgrePlatform.h.
#define OGRE_QUOTE | ( | x | ) | OGRE_QUOTE_INPLACE(x) |
Definition at line 108 of file OgrePlatform.h.
#define OGRE_QUOTE_INPLACE | ( | x | ) | # x |
Definition at line 107 of file OgrePlatform.h.
#define OGRE_UNICODE_SUPPORT 1 |
Definition at line 192 of file OgrePlatform.h.
#define OGRE_WARN | ( | x | ) | message( __FILE__ "(" QUOTE( __LINE__ ) ") : " x "\n" ) |
Definition at line 109 of file OgrePlatform.h.
#define stricmp strcasecmp |
Definition at line 171 of file OgrePlatform.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:02:27 2009