![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CliRunnable.h"#include "Config.h"#include "ObjectMgr.h"#include "World.h"#include <fmt/core.h>Go to the source code of this file.
Functions | |
| static void | PrintCliPrefix () |
| void | utf8print (void *, std::string_view str) |
| void | commandFinished (void *, bool) |
| void | CliThread () |
| Thread start | |
Variables | |
| static constexpr char | CLI_PREFIX [] = "AC> " |