Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
expimp.cpp File Reference
#include "stdAfx.h"
#include "transDB.h"
#include "XLStuff.h"
#include "Babylondlg.h"
#include "VerifyTextDlg.h"
#include "Babylon.h"
#include "expimp.h"
#include "direct.h"
#include "fileops.h"
#include "olestring.h"

Go to the source code of this file.

Functions

int ExportTranslations (TransDB *db, const char *filename, LangID langid, TROPTIONS *options, CBabylonDlg *dlg)
 
int ImportTranslations (TransDB *db, const char *filename, CBabylonDlg *dlg)
 
int GenerateGameFiles (TransDB *db, const char *filepattern, GNOPTIONS *options, LangID *languages, CBabylonDlg *dlg)
 
void ProcessWaves (TransDB *db, const char *filename, CBabylonDlg *dlg)
 
int GenerateReport (TransDB *db, const char *filename, RPOPTIONS *options, LangID *languages, CBabylonDlg *dlg)
 
int UpdateSentTranslations (TransDB *db, const char *filename, CBabylonDlg *dlg)
 

Function Documentation

◆ ExportTranslations()

int ExportTranslations ( TransDB * db,
const char * filename,
LangID langid,
TROPTIONS * options,
CBabylonDlg * dlg )

Definition at line 405 of file expimp.cpp.

◆ GenerateGameFiles()

int GenerateGameFiles ( TransDB * db,
const char * filepattern,
GNOPTIONS * options,
LangID * languages,
CBabylonDlg * dlg )

Definition at line 1264 of file expimp.cpp.

◆ GenerateReport()

int GenerateReport ( TransDB * db,
const char * filename,
RPOPTIONS * options,
LangID * languages,
CBabylonDlg * dlg )

Definition at line 1481 of file expimp.cpp.

◆ ImportTranslations()

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

Definition at line 899 of file expimp.cpp.

◆ ProcessWaves()

void ProcessWaves ( TransDB * db,
const char * filename,
CBabylonDlg * dlg )

Definition at line 1392 of file expimp.cpp.

◆ UpdateSentTranslations()

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

Definition at line 1608 of file expimp.cpp.