Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
btreedecode.cpp File Reference
#include <string.h>
#include "codex.h"
#include "btreecodex.h"

Go to the source code of this file.

Classes

struct  BTreeDecodeContext
 

Macros

#define __BTRREAD   1
 

Functions

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)
 

Macro Definition Documentation

◆ __BTRREAD

#define __BTRREAD   1

Definition at line 22 of file btreedecode.cpp.

Function Documentation

◆ BTREE_decode()

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

Definition at line 159 of file btreedecode.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.