mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
File system refactor, bug fixes
This commit is contained in:
@@ -16,6 +16,8 @@ namespace PortabilityLayer
|
||||
bool IndexFile(const char *path, size_t &outIndex) const;
|
||||
bool LoadFile(size_t index, void *outBuffer);
|
||||
|
||||
GpIOStream *OpenFile(size_t index) const;
|
||||
|
||||
bool HasPrefix(const char *path) const;
|
||||
bool FindFirstWithPrefix(const char *resPrefix, size_t &outFileIndex) const;
|
||||
|
||||
@@ -23,7 +25,6 @@ namespace PortabilityLayer
|
||||
size_t GetFileSize(size_t index) const;
|
||||
void GetFileName(size_t index, const char *&outName, size_t &outLength) const;
|
||||
|
||||
|
||||
static ZipFileProxy *Create(GpIOStream *stream);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user