summaryrefslogtreecommitdiff
path: root/src/emap/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-23 18:13:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-23 18:13:42 +0300
commit80956ecdab280f24708981f71bac50ec23587311 (patch)
treee11766d931bb8b22b9024e052ece9b01383100ff /src/emap/const
parent722d18daaceebbebfd6a0faf8ad4b0497d2599d1 (diff)
downloadevol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.gz
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.bz2
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.tar.xz
evol-hercules-80956ecdab280f24708981f71bac50ec23587311.zip
Move craft conf related things into separate file.
Also move itempair struct into separate file.
Diffstat (limited to 'src/emap/const')
-rw-r--r--src/emap/const/craft.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emap/const/craft.h b/src/emap/const/craft.h
new file mode 100644
index 0000000..69e25c9
--- /dev/null
+++ b/src/emap/const/craft.h
@@ -0,0 +1,9 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_CONST_CRAFT
+#define EVOL_MAP_CONST_CRAFT
+
+#define craft_inventory_size 9
+
+#endif // EVOL_MAP_CONST_CRAFT