mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
File system refactor, bug fixes
This commit is contained in:
11
PortabilityLayer/InflateStream.h
Normal file
11
PortabilityLayer/InflateStream.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "GpIOStream.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
namespace InflateStream
|
||||
{
|
||||
GpIOStream *Create(GpIOStream *stream, GpUFilePos_t start, size_t compressedSize, size_t decompressedSize);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user