feat(client): add PatchFiles class

This commit is contained in:
VDm 2025-03-29 22:58:53 +04:00
parent 4a74c722a4
commit 8d54e8ad0b
6 changed files with 124 additions and 8 deletions

View file

@ -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;