diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-15 21:00:39 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:44 +0200 |
commit | ba762bcd49c9f3ffa3cc4ecac73b13365c2047ec (patch) | |
tree | 434f3a74df5dd382434df5b655fee7843e45e004 /src/content_mapnode.cpp | |
parent | 6da8cb00e27106221e013aa6d93965b95e630a18 (diff) | |
download | minetest-ba762bcd49c9f3ffa3cc4ecac73b13365c2047ec.tar.gz minetest-ba762bcd49c9f3ffa3cc4ecac73b13365c2047ec.tar.bz2 minetest-ba762bcd49c9f3ffa3cc4ecac73b13365c2047ec.zip |
Clean mapnode.h and fix other files accordingly
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r-- | src/content_mapnode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index 58eaff108..1ef3fe0d1 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapnode.h" #include "content_nodemeta.h" #include "nodedef.h" +#include "utility.h" #define WATER_ALPHA 160 |