mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
server builds now!
This commit is contained in:
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "inventory.h"
|
||||
#include "texture.h"
|
||||
#include "irrlichtwrapper.h"
|
||||
#include "iirrlichtwrapper.h"
|
||||
|
||||
/*
|
||||
Minerals
|
||||
@@ -31,10 +31,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
type param.
|
||||
*/
|
||||
|
||||
#ifndef SERVER
|
||||
// Caches textures
|
||||
void init_mineral(IrrlichtWrapper *irrlicht);
|
||||
#endif
|
||||
void init_mineral(IIrrlichtWrapper *irrlicht);
|
||||
|
||||
#define MINERAL_NONE 0
|
||||
#define MINERAL_COAL 1
|
||||
|
Reference in New Issue
Block a user