diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-28 16:33:25 +0300 |
commit | 0f0466b9a273a7f4481acae47f5cb1166a2d145a (patch) | |
tree | e6e933927203f18ad8478188d4c40338253615e0 /src/map/sessionext.h | |
parent | eb2a8c8519ad566e2b2dfae18d11acc8478a85fc (diff) | |
download | evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.gz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.bz2 evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.xz evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.zip |
Move struct files into struct directory.
Diffstat (limited to 'src/map/sessionext.h')
-rw-r--r-- | src/map/sessionext.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/map/sessionext.h b/src/map/sessionext.h deleted file mode 100644 index cd94393..0000000 --- a/src/map/sessionext.h +++ /dev/null @@ -1,13 +0,0 @@ -// 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 |