This is part of the process of making compiledata.cpp independent of espeakedit.master
#include "speak_lib.h" | #include "speak_lib.h" | ||||
#include "speech.h" | #include "speech.h" | ||||
#include "options.h" | |||||
#include "phoneme.h" | #include "phoneme.h" | ||||
#include "synthesize.h" | #include "synthesize.h" | ||||
#include "voice.h" | #include "voice.h" | ||||
#define wxOPEN wxFD_OPEN | #define wxOPEN wxFD_OPEN | ||||
#endif | #endif | ||||
extern wxString path_dictsource; | |||||
extern wxString path_phsource; | |||||
extern wxString path_phfile; | |||||
extern char path_dsource[sizeof(path_home)+20]; | |||||
extern wxProgressDialog *progress; | extern wxProgressDialog *progress; | ||||
extern int progress_max; | extern int progress_max; | ||||
extern int gui_flag; | extern int gui_flag; |