diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-23 18:13:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-23 18:13:42 +0300 |
commit | 80956ecdab280f24708981f71bac50ec23587311 (patch) | |
tree | e11766d931bb8b22b9024e052ece9b01383100ff /src/emap/const | |
parent | 722d18daaceebbebfd6a0faf8ad4b0497d2599d1 (diff) | |
download | plugin-80956ecdab280f24708981f71bac50ec23587311.tar.gz plugin-80956ecdab280f24708981f71bac50ec23587311.tar.bz2 plugin-80956ecdab280f24708981f71bac50ec23587311.tar.xz plugin-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.h | 9 |
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 |