mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
framework for modifying textures
This commit is contained in:
@@ -46,12 +46,14 @@ extern std::ostream *derr_server_ptr;
|
||||
#define dout_server (*dout_server_ptr)
|
||||
#define derr_server (*derr_server_ptr)
|
||||
|
||||
#ifndef SERVER
|
||||
/*#ifndef SERVER
|
||||
#include "utility.h"
|
||||
extern TextureCache g_texturecache;
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
extern IrrlichtDevice *g_device;
|
||||
#include "irrlichtwrapper.h"
|
||||
//extern IrrlichtDevice *g_device;
|
||||
extern IrrlichtWrapper *g_irrlicht;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user