From 58d75eda3a0fea8f64d434adb7707b2dfd953089 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 17 Jan 2015 20:02:19 +0100 Subject: Core/Commands: Added "createGameAccount" argument to .bnetaccount create command (default true) to opt out of creating the initial game account --- src/server/shared/Utilities/Util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/shared/Utilities/Util.h') diff --git a/src/server/shared/Utilities/Util.h b/src/server/shared/Utilities/Util.h index 4e613ecd170..26e7ef76d04 100644 --- a/src/server/shared/Utilities/Util.h +++ b/src/server/shared/Utilities/Util.h @@ -370,6 +370,8 @@ uint32 CreatePIDFile(const std::string& filename); std::string ByteArrayToHexStr(uint8 const* bytes, uint32 length, bool reverse = false); void HexStrToByteArray(std::string const& str, uint8* out, bool reverse = false); +bool StringToBool(std::string const& str); + // simple class for not-modifyable list template class HookList -- cgit v1.2.3