mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Irrlicht 1.9 support
This commit is contained in:
parent
b16252dcae
commit
084cdea686
6 changed files with 20 additions and 2 deletions
|
@ -20,6 +20,10 @@
|
|||
#if USE_FREETYPE
|
||||
#include "cguittfont/xCGUITTFont.h"
|
||||
#endif
|
||||
#ifndef _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
|
||||
// newer Irrlicht versions no longer have this
|
||||
#define _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
|
||||
#endif
|
||||
|
||||
#include "util/string.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue