- Why??? cause ahving multiple diffrent libraries all depending on palladium is pain to handle as well as palladium was only used for its datatypes so theres no reason to kepp it for ctrff
10 lines
198 B
C++
10 lines
198 B
C++
#pragma once
|
|
|
|
#include <ctrff/types.hpp>
|
|
#include <palladium>
|
|
|
|
namespace ctrff {
|
|
namespace LZ11 {
|
|
CTRFF_API std::vector<ctrff::u8> Compress(const std::vector<ctrff::u8>& in);
|
|
}
|
|
} // namespace ctrff
|