mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): update StormLib
This commit is contained in:
parent
1e5f4fb542
commit
6c4f278065
23 changed files with 753 additions and 287 deletions
2
vendor/stormlib-9/src/huffman/huff.h
vendored
2
vendor/stormlib-9/src/huffman/huff.h
vendored
|
|
@ -29,8 +29,8 @@ class TInputStream
|
|||
|
||||
TInputStream(void * pvInBuffer, size_t cbInBuffer);
|
||||
unsigned int Get1Bit();
|
||||
unsigned int Peek7Bits();
|
||||
unsigned int Get8Bits();
|
||||
bool Peek7Bits(unsigned int & Value);
|
||||
void SkipBits(unsigned int BitCount);
|
||||
|
||||
unsigned char * pbInBufferEnd; // End position in the the input buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue