diff options
Diffstat (limited to 'src/map/parse.h')
-rw-r--r-- | src/map/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h index d59fd87..8bd5454 100644 --- a/src/map/parse.h +++ b/src/map/parse.h @@ -14,5 +14,6 @@ void map_parse_get_online_list(int fd); void map_parse_pet_move(int fd); void map_parse_pet_dir(int fd); void map_parse_homun_say(int fd); +void map_parse_homun_emote(int fd); #endif // EVOL_MAP_PARSE |