summaryrefslogtreecommitdiff
path: root/src/emap/struct/itempair.h
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/struct/itempair.h
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/struct/itempair.h')
-rw-r--r--src/emap/struct/itempair.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/emap/struct/itempair.h b/src/emap/struct/itempair.h
new file mode 100644
index 0000000..6bc7b5b
--- /dev/null
+++ b/src/emap/struct/itempair.h
@@ -0,0 +1,13 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_STRUCT_ITEMPAIR
+#define EVOL_MAP_STRUCT_ITEMPAIR
+
+struct item_pair
+{
+ int index;
+ int amount;
+};
+
+#endif // EVOL_MAP_STRUCT_ITEMPAIR