Files
Aerofoil/PortabilityLayer/InflateStream.h

12 lines
212 B
C
Raw Normal View History

2021-03-07 04:24:13 -05:00
#pragma once
#include "GpIOStream.h"
namespace PortabilityLayer
{
namespace InflateStream
{
GpIOStream *Create(GpIOStream *stream, GpUFilePos_t start, size_t compressedSize, size_t decompressedSize);
};
}