chore(build): update StormLib

This commit is contained in:
VDm 2024-02-07 00:05:24 +04:00
parent 1e5f4fb542
commit 6c4f278065
23 changed files with 753 additions and 287 deletions

View file

@ -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