summaryrefslogtreecommitdiff
path: root/src/mineral.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-28 02:11:44 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-28 02:11:44 +0200
commit1c776c3df84c7ff7833fade3124cdcca34a01662 (patch)
treeeae0f37f54fec919c2de49e53e76eb9ab68fb58b /src/mineral.h
parent364c9612008e5c4d1738156764cad650d514883b (diff)
downloadminetest-1c776c3df84c7ff7833fade3124cdcca34a01662.tar.gz
minetest-1c776c3df84c7ff7833fade3124cdcca34a01662.tar.bz2
minetest-1c776c3df84c7ff7833fade3124cdcca34a01662.zip
server builds now!
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