mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-19 06:01:07 +03:00
9 lines
167 B
C++
9 lines
167 B
C++
#ifndef CONSOLE_INITIALIZE_HPP
|
|
#define CONSOLE_INITIALIZE_HPP
|
|
|
|
void ConsoleInitializeClientCommand();
|
|
|
|
void ConsoleInitializeClientCVar(const char* filename);
|
|
|
|
#endif
|