summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-17 16:59:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-17 16:59:19 +0300
commit55d8a042bb195d3c020a3296233b698ef6b109df (patch)
treeecefb686615981a27d777b796926ebbad28c232d
parent0891ee3ebb41d38f2856c3007ad73b219fe68a08 (diff)
downloadplus-55d8a042bb195d3c020a3296233b698ef6b109df.tar.gz
plus-55d8a042bb195d3c020a3296233b698ef6b109df.tar.bz2
plus-55d8a042bb195d3c020a3296233b698ef6b109df.tar.xz
plus-55d8a042bb195d3c020a3296233b698ef6b109df.zip
Add eathena defines into storesearchtype enum.
-rw-r--r--src/enums/net/storesearchtype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/enums/net/storesearchtype.h b/src/enums/net/storesearchtype.h
index 5e6185fae..e04472ce6 100644
--- a/src/enums/net/storesearchtype.h
+++ b/src/enums/net/storesearchtype.h
@@ -20,6 +20,7 @@
#ifndef ENUMS_NET_STORESEARCHTYPE_H
#define ENUMS_NET_STORESEARCHTYPE_H
+#ifdef EATHENA_SUPPORT
namespace StoreSearchType
{
@@ -30,4 +31,5 @@ namespace StoreSearchType
};
}
+#endif // EATHENA_SUPPORT
#endif // ENUMS_NET_STORESEARCHTYPE_H