summaryrefslogtreecommitdiff
path: root/src/map/struct/sessionext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct/sessionext.h')
-rw-r--r--src/map/struct/sessionext.h13
1 files changed, 13 insertions, 0 deletions
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