diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-17 22:20:15 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-17 22:20:15 +0300 |
commit | dc5319b6c9f2e39d93f2fa881403f36fc47ffaac (patch) | |
tree | b59d8ef9888d4e4fb75be9a6ad178bc0e9632814 /src/test.cpp | |
parent | d6b54514bfddac3a2b3fe2a1729b822a79a2e99a (diff) | |
download | minetest-dc5319b6c9f2e39d93f2fa881403f36fc47ffaac.tar.xz |
Moved some mapnode content stuff from mapnode.{h,cpp} and digging property stuff from material.cpp to content_mapnode.{h,cpp}
Diffstat (limited to 'src/test.cpp')
-rw-r--r-- | src/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp index 07ef772ef..38497136d 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "voxel.h" #include <sstream> #include "porting.h" +#include "content_mapnode.h" /* Asserts that the exception occurs |