mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(console): forward declare command handlers
This commit is contained in:
parent
089d5438a1
commit
c3827174e9
3 changed files with 13 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue