From 3b98f3439e33b15bba2036c402f9925340fdb2b9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 29 Jun 2013 23:23:43 -0700 Subject: Poison std::string and use the various string classes --- src/map/atcommand.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/atcommand.hpp') diff --git a/src/map/atcommand.hpp b/src/map/atcommand.hpp index d81f04d..7f31491 100644 --- a/src/map/atcommand.hpp +++ b/src/map/atcommand.hpp @@ -6,13 +6,13 @@ #include "map.hpp" bool is_atcommand(const int fd, dumb_ptr sd, - const char *message, int gmlvl); + ZString message, int gmlvl); -int atcommand_config_read(const char *cfgName); +int atcommand_config_read(ZString cfgName); -void log_atcommand(dumb_ptr sd, const_string cmd); +void log_atcommand(dumb_ptr sd, XString cmd); // only used by map.cpp -extern std::string gm_logfile_name; +extern FString gm_logfile_name; #endif // ATCOMMAND_HPP -- cgit v1.2.3-70-g09d2