mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 04:22:28 +00:00
chore(console): move console functions out of client
This commit is contained in:
parent
e957b2bb61
commit
9d0487c8ce
4 changed files with 10 additions and 8 deletions
16
src/console/Client.hpp
Normal file
16
src/console/Client.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef CONSOLE_CLIENT_HPP
|
||||
#define CONSOLE_CLIENT_HPP
|
||||
|
||||
#include "gx/CGxFormat.hpp"
|
||||
|
||||
struct DefaultSettings {
|
||||
CGxFormat format;
|
||||
};
|
||||
|
||||
void ConsoleInitializeClientCommand();
|
||||
|
||||
void ConsoleInitializeClientCVar(const char* a1);
|
||||
|
||||
void ConsoleDeviceInitialize(const char* title);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue