feat(console): limited console implementation

This commit is contained in:
phaneron 2023-08-16 16:37:38 -04:00
parent 9c3bc2203d
commit 384e52c7d1
31 changed files with 1370 additions and 47 deletions

View file

@ -0,0 +1,6 @@
#include "console/Command.hpp"
int32_t ConsoleCommand_BufferSize(const char* command, const char* arguments) {
// TODO
return 1;
}