mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Most remaining level editor work
This commit is contained in:
@@ -16,9 +16,12 @@ namespace PortabilityLayer
|
||||
bool LoadFile(size_t index, void *outBuffer);
|
||||
|
||||
bool HasPrefix(const char *path) const;
|
||||
bool FindFirstWithPrefix(const char *resPrefix, size_t &outFileIndex) const;
|
||||
|
||||
size_t NumFiles() const;
|
||||
size_t GetFileSize(size_t index) const;
|
||||
void GetFileName(size_t index, const char *&outName, size_t &outLength) const;
|
||||
|
||||
|
||||
static ZipFileProxy *Create(IOStream *stream);
|
||||
|
||||
|
Reference in New Issue
Block a user