forked from Mirrorlandia_minetest/irrlicht
Prepare for integration with Minetest
This commit is contained in:
parent
97631c39fe
commit
53e09519e2
@ -5,6 +5,10 @@
|
|||||||
#ifndef __IRR_COMPILE_CONFIG_H_INCLUDED__
|
#ifndef __IRR_COMPILE_CONFIG_H_INCLUDED__
|
||||||
#define __IRR_COMPILE_CONFIG_H_INCLUDED__
|
#define __IRR_COMPILE_CONFIG_H_INCLUDED__
|
||||||
|
|
||||||
|
//! Identifies Irrlicht fork customized for the Minetest engine
|
||||||
|
#define IRRLICHT_VERSION_MT_REVISION 0
|
||||||
|
#define IRRLICHT_VERSION_MT "mt0"
|
||||||
|
|
||||||
//! Irrlicht SDK Version
|
//! Irrlicht SDK Version
|
||||||
#define IRRLICHT_VERSION_MAJOR 1
|
#define IRRLICHT_VERSION_MAJOR 1
|
||||||
#define IRRLICHT_VERSION_MINOR 9
|
#define IRRLICHT_VERSION_MINOR 9
|
||||||
@ -12,7 +16,7 @@
|
|||||||
// This flag will be defined only in SVN, the official release code will have
|
// This flag will be defined only in SVN, the official release code will have
|
||||||
// it undefined
|
// it undefined
|
||||||
#define IRRLICHT_VERSION_SVN alpha
|
#define IRRLICHT_VERSION_SVN alpha
|
||||||
#define IRRLICHT_SDK_VERSION "1.9.0"
|
#define IRRLICHT_SDK_VERSION "1.9.0" IRRLICHT_VERSION_MT
|
||||||
|
|
||||||
#include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw
|
#include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user