#include <OGRE/Ogre.h>
Go to the source code of this file.
|
template<typename T > |
bool | equal (const T &_a, const T &_b, const T &_epsilon=1e-3) |
|
#define DllExport __declspec (dllimport) |
Include external headers.
Define the dll export qualifier if compiling for Windows
#define SKYX_RESOURCE_GROUP "SkyX" |
#define SKYX_VERSION_MAJOR 0 |
#define SKYX_VERSION_MINOR 3 |
#define SKYX_VERSION_PATCH 1 |
Value:Ogre::LogManager::getSingleton().logMessage("[SkyX] " + \
Ogre::String(msg));
Log macro.
template<typename T >
bool equal |
( |
const T & |
_a, |
|
|
const T & |
_b, |
|
|
const T & |
_epsilon = 1e-3 |
|
) |
| |
|
inline |