mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Raster Data Packet RLE decoding to levels
This commit is contained in:
parent
0b761185a0
commit
5b32118626
2 changed files with 31 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ public:
|
|||
uint16_t number_of_rows() const;
|
||||
uint16_t packaging_descriptor() const;
|
||||
|
||||
const std::vector<uint8_t>& level(uint16_t r) const;
|
||||
|
||||
size_t data_size() const override;
|
||||
|
||||
bool Parse(std::istream& is) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue