Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
lzo1x_d.cpp File Reference
#include "always.h"
#include "lzo1x.h"
#include <assert.h>

Go to the source code of this file.

Macros

#define LZO1X
 
#define TEST_IP   1
 

Functions

int lzo1x_decompress (const lzo_byte *in, lzo_uint in_len, lzo_byte *out, lzo_uint *out_len, lzo_voidp)
 

Macro Definition Documentation

◆ LZO1X

#define LZO1X

Definition at line 68 of file lzo1x_d.cpp.

◆ TEST_IP

#define TEST_IP   1

Definition at line 72 of file lzo1x_d.cpp.

Function Documentation

◆ lzo1x_decompress()

int lzo1x_decompress ( const lzo_byte * in,
lzo_uint in_len,
lzo_byte * out,
lzo_uint * out_len,
lzo_voidp wrkmem )

Definition at line 82 of file lzo1x_d.cpp.