mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Switch to zip archive format for resource data, prep work for moving from PICT/snd to BMP/WAV
This commit is contained in:
14
PortabilityLayer/DeflateCodec.h
Normal file
14
PortabilityLayer/DeflateCodec.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class IOStream;
|
||||
|
||||
class DeflateCodec
|
||||
{
|
||||
public:
|
||||
static bool DecompressStream(IOStream *stream, size_t inSize, void *outBuffer, size_t outSize);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user