Public V0.0.1
This commit is contained in:
10
include/ctrff/lz11.hpp
Normal file
10
include/ctrff/lz11.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <ctrff/pd_p_api.hpp>
|
||||
#include <pd.hpp>
|
||||
|
||||
namespace ctrff {
|
||||
namespace LZ11 {
|
||||
CTRFF_API std::vector<PD::u8> Compress(const std::vector<PD::u8>& in);
|
||||
}
|
||||
} // namespace ctrff
|
Reference in New Issue
Block a user