diff options
Diffstat (limited to 'src/emap/craftconf.h')
-rw-r--r-- | src/emap/craftconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/craftconf.h b/src/emap/craftconf.h index 62d3f3c..79c4111 100644 --- a/src/emap/craftconf.h +++ b/src/emap/craftconf.h @@ -9,10 +9,11 @@ #include "emap/const/craft.h" #include "emap/struct/itempair.h" +#include "emap/struct/itempair2.h" extern struct DBMap *craftconf_db; -VECTOR_STRUCT_DECL(craft_items_collection, struct item_pair); +VECTOR_STRUCT_DECL(craft_items_collection, struct item_pair2); struct craft_db_inventory { |