diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-12-06 15:21:56 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-01-02 01:49:38 +0200 |
commit | 103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e (patch) | |
tree | 416a253ff37aeb5944781dd1288c5afa7483d799 /src/craftdef.cpp | |
parent | 70ed371d0cd532da8efc5acbd41a20e9a373b811 (diff) | |
download | minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.tar.gz minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.tar.bz2 minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.zip |
Add InvRef and InvStack (currently untested and unusable)
Diffstat (limited to 'src/craftdef.cpp')
-rw-r--r-- | src/craftdef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/craftdef.cpp b/src/craftdef.cpp index e701a4279..0cbb74ea0 100644 --- a/src/craftdef.cpp +++ b/src/craftdef.cpp @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "utility.h" #include "gamedef.h" #include "inventory.h" +#include "inventorymanager.h" // checkItemCombination CraftPointerInput::~CraftPointerInput() { |