Create LZ4 decompressor files
This commit is contained in:
7
include/PSX/Auxiliary/lz4_decompressor.hpp
Normal file
7
include/PSX/Auxiliary/lz4_decompressor.hpp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#ifndef __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
||||||
|
#define __JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
||||||
|
|
||||||
|
namespace JabyEngine {
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif //!__JABYENGINE_LZ4_DECOMPRESSOR_HPP__
|
||||||
4
src/Library/src/Auxiliary/lz4_decompressor.cpp
Normal file
4
src/Library/src/Auxiliary/lz4_decompressor.cpp
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#include <PSX/Auxiliary/lz4_decompressor.hpp>
|
||||||
|
|
||||||
|
namespace JabyEngine {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user