summaryrefslogblamecommitdiff
path: root/src/map/pc.h
blob: d9867eeb83259cf649b1167f2c397e1de3d44e71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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