diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index e8b629b6f..875b014a3 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -24,6 +24,7 @@ void do_init_atcommand(void); void do_final_atcommand(void); int atcommand_config_read(const char *cfgName); +int atcommand_mail(const int fd, struct map_session_data* sd,const char* command, const char* message); int atcommand_item(const int fd, struct map_session_data* sd,const char* command, const char* message); int atcommand_mapmove(const int fd, struct map_session_data* sd,const char* command, const char* message); int atcommand_monster(const int fd, struct map_session_data* sd, const char* command, const char* message); |