summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-26 18:51:57 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-26 18:51:57 +0300
commitd3d369a63b25be74f14b58ebda0d40b39d8da6ab (patch)
tree011d3c83a9ec4131be22ebeb01b1c505ff1fedeb /src/main.h
parentaf6860f6f41d2cc589e0efc0a83cf4e5f6aa9c81 (diff)
downloadminetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.tar.gz
minetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.tar.bz2
minetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.zip
reorganized stuff
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 450525c26..b2dee1494 100644
--- a/src/main.h
+++ b/src/main.h
@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
extern Settings g_settings;
// This makes and maps textures
-#include "tile.h"
+class ITextureSource;
extern ITextureSource *g_texturesource;
// Global profiler