mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 01:46:27 +00:00
Initial commit of current work on Prime World Editor
This commit is contained in:
11
Common/CompressionUtil.h
Normal file
11
Common/CompressionUtil.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef COMPRESSIONUTIL_H
|
||||
#define COMPRESSIONUTIL_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace CompressionUtil
|
||||
{
|
||||
bool DecompressAreaLZO(u8 *src, u32 src_len, u8 *dst, u32 dst_len);
|
||||
}
|
||||
|
||||
#endif // COMPRESSIONUTIL_H
|
||||
Reference in New Issue
Block a user