]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mineral.h
make it slightly less annoying :o)
[dragonfireclient.git] / src / mineral.h
index fcc1bd123d5ed0f427d2a8276b74bf186911f93a..61776e669c5d7711f4af23aec4c73a16ead74db6 100644 (file)
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define MINERAL_HEADER
 
 #include "inventory.h"
-#include "texture.h"
 
 /*
        Minerals
@@ -39,7 +38,6 @@ void init_mineral();
 
 #define MINERAL_COUNT 3
 
-//textureid_t mineral_block_texture(u8 mineral);
 std::string mineral_block_texture(u8 mineral);
 
 inline CraftItem * getDiggedMineralItem(u8 mineral)