mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
7 lines
145 B
C++
7 lines
145 B
C++
#include "console/Command.hpp"
|
|
|
|
int32_t ConsoleCommand_DefaultSettings(const char* command, const char* arguments) {
|
|
// TODO
|
|
return 1;
|
|
}
|