summaryrefslogblamecommitdiff
path: root/src/map/pc.h
blob: 2f07c92baf9cfa3f7f8f30cdf0833adbed0b4af2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                         

                                                                       
                      
// 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);

int epc_setregistry(struct map_session_data *sd, int64 *reg, int *val);

#endif  // EVOL_MAP_PC