From 80956ecdab280f24708981f71bac50ec23587311 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Jan 2016 18:13:42 +0300 Subject: Move craft conf related things into separate file. Also move itempair struct into separate file. --- src/emap/struct/itempair.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/emap/struct/itempair.h (limited to 'src/emap/struct') 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 -- cgit v1.2.3-70-g09d2