![]() |
OGRE 2.3.1
Object-Oriented Graphics Rendering Engine
|
#include "OgrePlatform.h"
#include <string>
#include <tr1/unordered_set>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"
#include "OgreAssert.h"
#include "OgreWorkarounds.h"
Namespaces | |
namespace | Ogre |
namespace | Ogre::v1 |
Macros | |
#define | OGRE_HASH_NAMESPACE ::std::tr1 |
#define | OGRE_HASHMAP_NAME unordered_map |
#define | OGRE_HASHMULTIMAP_NAME unordered_multimap |
#define | OGRE_HASHMULTISET_NAME unordered_multiset |
#define | OGRE_HASHSET_NAME unordered_set |
#define | OGRE_MAKE_VERSION(maj, min, patch) ((maj << 16) | (min << 8) | patch) |
#define | OGRE_MEMORY_TRACKER 0 |
#define | OGRE_VERSION ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH) |
#define | OGRE_VERSION_MAJOR 2 |
#define | OGRE_VERSION_MINOR 3 |
#define | OGRE_VERSION_NAME "Daedalus" |
#define | OGRE_VERSION_PATCH 1 |
#define | OGRE_VERSION_SUFFIX "" |
#define OGRE_HASH_NAMESPACE ::std::tr1 |
#define OGRE_HASHMAP_NAME unordered_map |
#define OGRE_HASHMULTIMAP_NAME unordered_multimap |
#define OGRE_HASHMULTISET_NAME unordered_multiset |
#define OGRE_HASHSET_NAME unordered_set |
#define OGRE_MAKE_VERSION | ( | maj, | |
min, | |||
patch | |||
) | ((maj << 16) | (min << 8) | patch) |
#define OGRE_MEMORY_TRACKER 0 |
#define OGRE_VERSION ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH) |
#define OGRE_VERSION_MAJOR 2 |
#define OGRE_VERSION_MINOR 3 |
#define OGRE_VERSION_NAME "Daedalus" |
#define OGRE_VERSION_PATCH 1 |
#define OGRE_VERSION_SUFFIX "" |