fix(console): forward declare command handlers

This commit is contained in:
phaneron 2023-08-24 22:40:26 -04:00
parent 089d5438a1
commit c3827174e9
3 changed files with 13 additions and 3 deletions

View file

@ -166,4 +166,5 @@ int32_t SFile::GetBasePath(char* buffer, size_t bufferchars) {
int32_t SFile::GetDataPath(char* buffer, size_t bufferchars) {
SStrCopy(buffer, s_datapath, bufferchars);
return 1;
}