diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index d9867ee..2f07c92 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -11,4 +11,6 @@ enum VarConst 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 |