diff options
Diffstat (limited to 'src/emap/craftconf.h')
-rw-r--r-- | src/emap/craftconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/craftconf.h b/src/emap/craftconf.h index b9f4a73..b42c9d5 100644 --- a/src/emap/craftconf.h +++ b/src/emap/craftconf.h @@ -10,6 +10,8 @@ #include "emap/struct/itempair.h" +extern struct DBMap *craftconf_db; + VECTOR_STRUCT_DECL(craft_items_collection, struct item_pair); struct craft_db_inventory |