mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 00:11:34 -06:00
Initialer Commit
This commit is contained in:
13
CPP/7zip/Compress/XpressDecoder.h
Normal file
13
CPP/7zip/Compress/XpressDecoder.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// XpressDecoder.h
|
||||
|
||||
#ifndef __XPRESS_DECODER_H
|
||||
#define __XPRESS_DECODER_H
|
||||
|
||||
namespace NCompress {
|
||||
namespace NXpress {
|
||||
|
||||
HRESULT Decode(const Byte *in, size_t inSize, Byte *out, size_t outSize);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user