![]() |
TrinityCore
|
#include "CliRunnable.h"#include "Config.h"#include "Util.h"#include "World.h"#include <Windows.h>
Include dependency graph for CliRunnable.cpp: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 [] = "TC> " |