summaryrefslogtreecommitdiff
path: root/src/mineral.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mineral.h')
-rw-r--r--src/mineral.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mineral.h b/src/mineral.h
index a181b89de..fcc1bd123 100644
--- a/src/mineral.h
+++ b/src/mineral.h
@@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "inventory.h"
#include "texture.h"
-#include "iirrlichtwrapper.h"
/*
Minerals
@@ -32,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
// Caches textures
-void init_mineral(IIrrlichtWrapper *irrlicht);
+void init_mineral();
#define MINERAL_NONE 0
#define MINERAL_COAL 1