consolidate all repos to one for archive
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "BitReader.hpp"
|
||||
#include <vector>
|
||||
|
||||
class Decompressor
|
||||
{
|
||||
public:
|
||||
std::vector<uint8_t> decompress();
|
||||
BitReader bitReader;
|
||||
|
||||
private:
|
||||
int8_t twoZero();
|
||||
int8_t treeZero();
|
||||
int8_t forZero();
|
||||
int8_t fiveZero();
|
||||
};
|
Reference in New Issue
Block a user