mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
12 lines
186 B
ObjectPascal
12 lines
186 B
ObjectPascal
|
|
unit ZLibConst;
|
||
|
|
|
||
|
|
interface
|
||
|
|
|
||
|
|
resourcestring
|
||
|
|
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
||
|
|
sInvalidStreamOp = 'Invalid stream operation';
|
||
|
|
|
||
|
|
implementation
|
||
|
|
|
||
|
|
end.
|