Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
btreecodex.h File Reference

Go to the source code of this file.

Functions

CODEXABOUT *GCALL BTREE_about (void)
 
bool GCALL BTREE_is (const void *compresseddata)
 
int GCALL BTREE_size (const void *compresseddata)
 
int GCALL BTREE_decode (void *dest, const void *compresseddata, int *compressedsize)
 
int GCALL BTREE_encode (void *compresseddata, const void *source, int sourcesize, int *opts)
 

Function Documentation

◆ BTREE_about()

CODEXABOUT *GCALL BTREE_about ( void )

Definition at line 84 of file btreeabout.cpp.

◆ BTREE_decode()

int GCALL BTREE_decode ( void * dest,
const void * compresseddata,
int * compressedsize )

Definition at line 159 of file btreedecode.cpp.

◆ BTREE_encode()

int GCALL BTREE_encode ( void * compresseddata,
const void * source,
int sourcesize,
int * opts )

Definition at line 689 of file btreeencode.cpp.

◆ BTREE_is()

bool GCALL BTREE_is ( const void * compresseddata)

Definition at line 127 of file btreedecode.cpp.

◆ BTREE_size()

int GCALL BTREE_size ( const void * compresseddata)

Definition at line 143 of file btreedecode.cpp.