Create LZ4 decompressor files

This commit is contained in:
jaby 2022-12-23 21:18:44 +01:00
parent def6c6d3b9
commit 64b36f4f85
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
#define __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
namespace JabyEngine {
}
#endif //!__JABYENGINE_LZ4_DECOMPRESSOR_HPP__

View File

@ -0,0 +1,4 @@
#include <PSX/Auxiliary/lz4_decompressor.hpp>
namespace JabyEngine {
}