#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) |
| int ExportTranslations | ( | TransDB * | db, |
| const char * | filename, | ||
| LangID | langid, | ||
| TROPTIONS * | options, | ||
| CBabylonDlg * | dlg ) |
Definition at line 405 of file expimp.cpp.
| int GenerateGameFiles | ( | TransDB * | db, |
| const char * | filepattern, | ||
| GNOPTIONS * | options, | ||
| LangID * | languages, | ||
| CBabylonDlg * | dlg ) |
Definition at line 1264 of file expimp.cpp.
| int GenerateReport | ( | TransDB * | db, |
| const char * | filename, | ||
| RPOPTIONS * | options, | ||
| LangID * | languages, | ||
| CBabylonDlg * | dlg ) |
Definition at line 1481 of file expimp.cpp.
| int ImportTranslations | ( | TransDB * | db, |
| const char * | filename, | ||
| CBabylonDlg * | dlg ) |
Definition at line 899 of file expimp.cpp.
| void ProcessWaves | ( | TransDB * | db, |
| const char * | filename, | ||
| CBabylonDlg * | dlg ) |
Definition at line 1392 of file expimp.cpp.
| int UpdateSentTranslations | ( | TransDB * | db, |
| const char * | filename, | ||
| CBabylonDlg * | dlg ) |
Definition at line 1608 of file expimp.cpp.