summaryrefslogtreecommitdiff
path: root/src/mineral.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mineral.h')
-rw-r--r--src/mineral.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mineral.h b/src/mineral.h
index 6c10c2256..c663d9275 100644
--- a/src/mineral.h
+++ b/src/mineral.h
@@ -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