diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h new file mode 100644 index 0000000..d9867ee --- /dev/null +++ b/src/map/pc.h @@ -0,0 +1,14 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_PC +#define EVOL_MAP_PC + +enum VarConst +{ + Const_ClientVersion = 10000 +}; + +int epc_readparam_pre(struct map_session_data* sd, int *type); + +#endif // EVOL_MAP_PC |