summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-30 01:22:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-30 01:22:54 +0300
commitd87f223424d15b6192f4873b9bdfd7818c695475 (patch)
treec85c693ae54b77b4df56f950a405a7679a3c40d2 /src/emap/craftconf.h
parente7fa48986510956c22298a96ab1ea3b9eda4f1bd (diff)
downloadevol-hercules-d87f223424d15b6192f4873b9bdfd7818c695475.tar.gz
evol-hercules-d87f223424d15b6192f4873b9bdfd7818c695475.tar.bz2
evol-hercules-d87f223424d15b6192f4873b9bdfd7818c695475.tar.xz
evol-hercules-d87f223424d15b6192f4873b9bdfd7818c695475.zip
Add support for creating items with cards in craft.s20170605
Diffstat (limited to 'src/emap/craftconf.h')
-rw-r--r--src/emap/craftconf.h3
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
{