diff options
Diffstat (limited to 'src/map/sessionext.h')
-rw-r--r-- | src/map/sessionext.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/sessionext.h b/src/map/sessionext.h new file mode 100644 index 0000000..e03e276 --- /dev/null +++ b/src/map/sessionext.h @@ -0,0 +1,12 @@ +// 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; +}; + +#endif // EVOL_MAP_SESSIONEXT |