All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
Prerequisites.h File Reference
#include <OGRE/Ogre.h>
Include dependency graph for Prerequisites.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DllExport   __declspec (dllimport)
 Include external headers. More...
 
#define SKYX_RESOURCE_GROUP   "SkyX"
 
#define SKYX_VERSION_MAJOR   0
 SkyX defines. More...
 
#define SKYX_VERSION_MINOR   3
 
#define SKYX_VERSION_PATCH   1
 
#define SkyXLOG(msg)
 Log macro. More...
 

Functions

template<typename T >
bool equal (const T &_a, const T &_b, const T &_epsilon=1e-3)
 

Macro Definition Documentation

#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

SkyX defines.

#define SKYX_VERSION_MINOR   3
#define SKYX_VERSION_PATCH   1
#define SkyXLOG (   msg)
Value:
Ogre::LogManager::getSingleton().logMessage("[SkyX] " + \
Ogre::String(msg));

Log macro.

Function Documentation

template<typename T >
bool equal ( const T &  _a,
const T &  _b,
const T &  _epsilon = 1e-3 
)
inline