diff options
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r-- | src/emap/clif.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h index ef09b07..3a563fd 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -11,6 +11,9 @@ void eclif_quest_add_pre(TBL_PC **sdPtr, struct quest **qdPtr); void eclif_charnameack_pre(int *fdPtr, struct block_list **blPtr); +void eclif_charnameack_pre_sub(int *fdPtr, + struct block_list **blPtr); +void eclif_charnameupdate_pre(struct map_session_data **ssdPtr); void eclif_getareachar_unit_post(TBL_PC *sd, struct block_list *bl); bool eclif_spawn_post(bool retVal, |