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

Go to the source code of this file.

Macros

#define __REFREAD   1
 

Functions

bool GCALL REF_is (const void *compresseddata)
 
int GCALL REF_size (const void *compresseddata)
 
int GCALL REF_decode (void *dest, const void *compresseddata, int *compressedsize)
 

Macro Definition Documentation

◆ __REFREAD

#define __REFREAD   1

Definition at line 22 of file refdecode.cpp.

Function Documentation

◆ REF_decode()

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

Definition at line 73 of file refdecode.cpp.

◆ REF_is()

bool GCALL REF_is ( const void * compresseddata)

Definition at line 35 of file refdecode.cpp.

◆ REF_size()

int GCALL REF_size ( const void * compresseddata)

Definition at line 54 of file refdecode.cpp.