Add snapshot for Lime legacy
This commit is contained in:
17
legacy/project/include/Lzma.h
Normal file
17
legacy/project/include/Lzma.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef NME_LZMA_H
|
||||
#define NME_LZMA_H
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
namespace nme {
|
||||
|
||||
class Lzma {
|
||||
public:
|
||||
|
||||
static void Encode(buffer input_buffer, buffer output_buffer);
|
||||
static void Decode(buffer input_buffer, buffer output_buffer);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user