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 cfc37a0..429a74d 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -21,4 +21,6 @@ bool epc_can_attack (struct map_session_data *sd, int *target_id); int epc_takeitem(struct map_session_data *sd, struct flooritem_data *fitem); +void epc_validate_levels(void); + #endif // EVOL_MAP_PC |