mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Move IOStream to GpCommon
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class GpIOStream;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class IOStream;
|
||||
|
||||
class DeflateCodec
|
||||
{
|
||||
public:
|
||||
static bool DecompressStream(IOStream *stream, size_t inSize, void *outBuffer, size_t outSize);
|
||||
static bool DecompressStream(GpIOStream *stream, size_t inSize, void *outBuffer, size_t outSize);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user