mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(ui): implement script methods for character creation screen
This commit is contained in:
parent
77cb9ed966
commit
b4ff9994e2
11 changed files with 90 additions and 23 deletions
|
|
@ -41,6 +41,7 @@ class SFile {
|
|||
static int32_t GetDataPath(char* path, size_t capacity);
|
||||
static int32_t SetDataPathAlternate(const char* path);
|
||||
static int32_t RebuildHash();
|
||||
static int32_t IsTrial();
|
||||
|
||||
// Member variables
|
||||
SFILE_TYPE m_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue