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/environment.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/environment.cpp')
-rw-r--r-- | src/environment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.cpp b/src/environment.cpp index 798228802..8f8628305 100644 --- a/src/environment.cpp +++ b/src/environment.cpp @@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "filesys.h" #include "porting.h" #include "collision.h" +#include "content_mapnode.h" Environment::Environment(): |