summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
commitbb940a946dbca49dc03af83fe55d195bd9fdc62e (patch)
tree0f78d66110f1d3d477875ae47927a8e7e6d20ec3 /src/game.cpp
parent2915bd5518150955ed1581110527f4bb4adadfe8 (diff)
downloadminetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.tar.gz
minetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.tar.bz2
minetest-bb940a946dbca49dc03af83fe55d195bd9fdc62e.zip
even more code refactoring
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index f3fac0c84..337879cb8 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -30,8 +30,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "clouds.h"
#include "keycode.h"
#include "farmesh.h"
+#include "mapblock.h"
-// TODO: Move content-aware stuff to separate file
+/*
+ TODO: Move content-aware stuff to separate file by adding properties
+ and virtual interfaces
+*/
#include "content_mapnode.h"
#include "content_nodemeta.h"