summaryrefslogtreecommitdiff
path: root/src/emap/struct/sessionext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/struct/sessionext.h')
-rw-r--r--src/emap/struct/sessionext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/emap/struct/sessionext.h b/src/emap/struct/sessionext.h
new file mode 100644
index 0000000..a592e50
--- /dev/null
+++ b/src/emap/struct/sessionext.h
@@ -0,0 +1,15 @@
+// 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
+{
+ time_t onlinelistlasttime;
+ int clientVersion;
+ int language;
+ uint8 state;
+};
+
+#endif // EVOL_MAP_SESSIONEXT