summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-01-02 13:31:50 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-01-02 13:31:50 +0200
commit0e1f448b619de6651205692806c6f137f481dc43 (patch)
tree18f3a224dff6f1c2d37c392a2cc7651664d69970 /src/client.h
parentff82b95800b13d156a59d4936970dc3c8797b14e (diff)
downloadminetest-0e1f448b619de6651205692806c6f137f481dc43.tar.gz
minetest-0e1f448b619de6651205692806c6f137f481dc43.tar.bz2
minetest-0e1f448b619de6651205692806c6f137f481dc43.zip
Texture cache on client (mostly made by sapier) (breaks network compatibility)
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index e74fec5a7..49794acf5 100644
--- a/src/client.h
+++ b/src/client.h
@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "utility.h" // For IntervalLimiter
#include "gamedef.h"
#include "inventorymanager.h"
+#include "filesys.h"
struct MeshMakeData;
class IGameDef;