mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
8 lines
153 B
C++
8 lines
153 B
C++
#ifndef CONSOLE_CLIENT_HPP
|
|
#define CONSOLE_CLIENT_HPP
|
|
|
|
void ConsoleInitializeClientCommand();
|
|
|
|
void ConsoleInitializeClientCVar(const char* a1);
|
|
|
|
#endif
|