This commit is contained in:
parent
869eac01a9
commit
65d1c03614
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
namespace EydLib {
|
namespace EydLib {
|
||||||
|
|
||||||
class BitCompressor {
|
class BitCompressorRle1 {
|
||||||
private:
|
private:
|
||||||
BitGroup _rle;
|
BitGroup _rle;
|
||||||
BitGroup _last_group;
|
BitGroup _last_group;
|
||||||
|
@ -25,7 +25,7 @@ namespace EydLib {
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
BitCompressor::BitCompressor(int size);
|
BitCompressorRle1::BitCompressorRle1(int size);
|
||||||
|
|
||||||
void clear();
|
void clear();
|
||||||
void append(BitGroup bg);
|
void append(BitGroup bg);
|
||||||
|
|
Loading…
Reference in a new issue