mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(client): add PatchFiles class
This commit is contained in:
parent
4a74c722a4
commit
8d54e8ad0b
6 changed files with 124 additions and 8 deletions
|
|
@ -39,6 +39,8 @@ class SFile {
|
|||
static int32_t SetDataPath(const char* path);
|
||||
static int32_t GetBasePath(char* path, size_t capacity);
|
||||
static int32_t GetDataPath(char* path, size_t capacity);
|
||||
static int32_t SetDataPathAlternate(const char* path);
|
||||
static int32_t RebuildHash();
|
||||
|
||||
// Member variables
|
||||
SFILE_TYPE m_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue