Create LZ4 decompressor files
This commit is contained in:
parent
014baa2cbf
commit
b13fb0e5de
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
||||||
|
#define __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
||||||
|
|
||||||
|
namespace JabyEngine {
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif //!__JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
|
@ -0,0 +1,4 @@
|
||||||
|
#include <PSX/Auxiliary/lz4_decompressor.hpp>
|
||||||
|
|
||||||
|
namespace JabyEngine {
|
||||||
|
}
|
Loading…
Reference in New Issue