1
0
Fork 0
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:
Robin Appelman 2017-11-24 23:00:58 +01:00
commit 31440704d6
5 changed files with 31 additions and 7 deletions

View file

@ -7,6 +7,7 @@ export interface StringTable {
fixedUserDataSize?: number;
fixedUserDataSizeBits?: number;
clientEntries?: StringTableEntry[];
compressed: boolean;
}
export interface StringTableEntry {