thunderbrew/src/client/Console.hpp

17 lines
283 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef CLIENT_CONSOLE_HPP
#define CLIENT_CONSOLE_HPP
#include "gx/CGxFormat.hpp"
struct DefaultSettings {
CGxFormat format;
};
void ConsoleInitializeClientCommand();
void ConsoleInitializeClientCVar(const char* a1);
void ConsoleDeviceInitialize(const char* title);
#endif