Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
186 B

  1. unit ZLibConst;
  2. interface
  3. resourcestring
  4. sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  5. sInvalidStreamOp = 'Invalid stream operation';
  6. implementation
  7. end.