diff options
Diffstat (limited to 'src/map/atcommand.hpp')
-rw-r--r-- | src/map/atcommand.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/atcommand.hpp b/src/map/atcommand.hpp index a226b76..7033972 100644 --- a/src/map/atcommand.hpp +++ b/src/map/atcommand.hpp @@ -3,12 +3,14 @@ #include "../common/const_array.hpp" -bool is_atcommand(const int fd, struct map_session_data *sd, +#include "map.hpp" + +bool is_atcommand(const int fd, dumb_ptr<map_session_data> sd, const char *message, int gmlvl); int atcommand_config_read(const char *cfgName); -void log_atcommand(struct map_session_data *sd, const_string cmd); +void log_atcommand(dumb_ptr<map_session_data> sd, const_string cmd); // only used by map.cpp extern char *gm_logfile_name; |