mirror of
https://github.com/whoahq/whoa.git
synced 2026-05-02 11:02:00 +03:00
9 lines
153 B
C++
9 lines
153 B
C++
#ifndef CONSOLE_CLIENT_HPP
|
|
#define CONSOLE_CLIENT_HPP
|
|
|
|
void ConsoleInitializeClientCommand();
|
|
|
|
void ConsoleInitializeClientCVar(const char* a1);
|
|
|
|
#endif
|