#ifndef ATCOMMAND_HPP #define ATCOMMAND_HPP # include "../strings/fwd.hpp" # include "../common/const_array.hpp" # include "map.hpp" bool is_atcommand(Session *s, dumb_ptr sd, ZString message, int gmlvl); bool atcommand_config_read(ZString cfgName); void log_atcommand(dumb_ptr sd, ZString cmd); // only used by map.cpp extern AString gm_log; void atcommand_config_write(ZString cfgName); #endif // ATCOMMAND_HPP