summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/struct')
-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