mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
handle string table compression
This commit is contained in:
parent
a771702307
commit
31440704d6
5 changed files with 31 additions and 7 deletions
|
|
@ -7,6 +7,7 @@ export interface StringTable {
|
|||
fixedUserDataSize?: number;
|
||||
fixedUserDataSizeBits?: number;
|
||||
clientEntries?: StringTableEntry[];
|
||||
compressed: boolean;
|
||||
}
|
||||
|
||||
export interface StringTableEntry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue