summaryrefslogtreecommitdiff
path: root/src/map/struct
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct')
-rw-r--r--src/map/struct/mapdext.h13
-rw-r--r--src/map/struct/sessionext.h13
2 files changed, 26 insertions, 0 deletions
diff --git a/src/map/struct/mapdext.h b/src/map/struct/mapdext.h
new file mode 100644
index 0000000..0c3c03a
--- /dev/null
+++ b/src/map/struct/mapdext.h
@@ -0,0 +1,13 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_MAPDEXT
+#define EVOL_MAP_MAPDEXT
+
+struct MapdExt
+{
+ unsigned int mask;
+ bool invisible;
+};
+
+#endif // EVOL_MAP_MAPDEXT
diff --git a/src/map/struct/sessionext.h b/src/map/struct/sessionext.h
new file mode 100644
index 0000000..cd94393
--- /dev/null
+++ b/src/map/struct/sessionext.h
@@ -0,0 +1,13 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_SESSIONEXT
+#define EVOL_MAP_SESSIONEXT
+
+struct SessionExt
+{
+ int clientVersion;
+ int language;
+};
+
+#endif // EVOL_MAP_SESSIONEXT