mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-22 14:31:56 +03:00
13 lines
277 B
C++
13 lines
277 B
C++
#include "console/Client.hpp"
|
|
#include "console/Command.hpp"
|
|
|
|
void ConsoleInitializeClientCommand() {
|
|
ConsoleCommandInitialize();
|
|
ConsoleInitializeCommonCommand();
|
|
ConsoleInitializeDebugCommand();
|
|
}
|
|
|
|
void ConsoleInitializeClientCVar(const char* a1) {
|
|
// TODO
|
|
}
|