mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(console): include console/Console.hpp in ClearConsole command file
This commit is contained in:
parent
1dfb507c53
commit
e257ab6c88
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#include "console/Command.hpp"
|
#include "console/Command.hpp"
|
||||||
|
#include "console/Console.hpp"
|
||||||
|
|
||||||
int32_t ConsoleCommand_ClearConsole(const char* command, const char* arguments) {
|
int32_t ConsoleCommand_ClearConsole(const char* command, const char* arguments) {
|
||||||
ConsoleClear();
|
ConsoleClear();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue