OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include "OgrePrerequisites.h"
#include "Hash/MurmurHash3.h"
#include "OgreFastArray.h"
#include "OgreIdString.h"
Classes | |
struct | Ogre::AbiCookie |
Namespaces | |
Ogre | |
bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h> | |
Macros | |
#define | OGRE_HASH128_FUNC MurmurHash3_x86_128 |
Functions | |
FORCEINLINE AbiCookie | Ogre::generateAbiCookie () |
generateAbiCookie Generates a cookie containing all (or most) relevant settings that determine ABI compatibility between a library and an application More... | |
bool _OgreExport | Ogre::testAbiCookie (const AbiCookie appCookie, bool bAbortOnError=true) |
testAbiCookie Tests the given clientCookie (generated by generateAbiCookie) against a cookie generated in the library. More... | |
#define OGRE_HASH128_FUNC MurmurHash3_x86_128 |