summaryrefslogtreecommitdiff
path: root/src/mineral.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-11 19:55:42 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-11 19:55:42 +0200
commit52d99fef31daa60903053bc565b6b9d3a31a2bc8 (patch)
tree248831e2e4f78df073f667c3d843d1695e3926b3 /src/mineral.h
parent804b2647ced20b8af1e632f1e99d54f905fa8ce0 (diff)
downloadminetest-52d99fef31daa60903053bc565b6b9d3a31a2bc8.tar.gz
minetest-52d99fef31daa60903053bc565b6b9d3a31a2bc8.tar.bz2
minetest-52d99fef31daa60903053bc565b6b9d3a31a2bc8.zip
fully working i guess
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