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

Go to the source code of this file.

Functions

int WriteMainDB (TransDB *db, const char *filename, CBabylonDlg *dlg)
 
int LoadMainDB (TransDB *db, const char *filename, void(*cb)(void)=NULL)
 
int GetLabelCountDB (char *filename)
 

Function Documentation

◆ GetLabelCountDB()

int GetLabelCountDB ( char * filename)

Definition at line 617 of file loadsave.cpp.

◆ LoadMainDB()

int LoadMainDB ( TransDB * db,
const char * filename,
void(* cb )(void) = NULL )

Definition at line 340 of file loadsave.cpp.

◆ WriteMainDB()

int WriteMainDB ( TransDB * db,
const char * filename,
CBabylonDlg * dlg )

Definition at line 212 of file loadsave.cpp.