diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-26 18:51:57 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-26 18:51:57 +0300 |
commit | d3d369a63b25be74f14b58ebda0d40b39d8da6ab (patch) | |
tree | 011d3c83a9ec4131be22ebeb01b1c505ff1fedeb /src/main.cpp | |
parent | af6860f6f41d2cc589e0efc0a83cf4e5f6aa9c81 (diff) | |
download | minetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.tar.gz minetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.tar.bz2 minetest-d3d369a63b25be74f14b58ebda0d40b39d8da6ab.zip |
reorganized stuff
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9c7cf2e28..9fb17e211 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -427,6 +427,7 @@ TODO: Use MapBlock::resetUsageTimer() in appropriate places #include "materials.h"
#include "game.h"
#include "keycode.h"
+#include "tile.h"
// This makes textures
ITextureSource *g_texturesource = NULL;
|