Browse Source

compiledata - don't include options.h

This is part of the process of making compiledata.cpp independent
of espeakedit.
master
Reece H. Dunn 9 years ago
parent
commit
0a48ca015f
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      src/compiledata.cpp

+ 5
- 1
src/compiledata.cpp View File

@@ -33,7 +33,6 @@

#include "speak_lib.h"
#include "speech.h"
#include "options.h"
#include "phoneme.h"
#include "synthesize.h"
#include "voice.h"
@@ -48,6 +47,11 @@
#define wxOPEN wxFD_OPEN
#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 int progress_max;
extern int gui_flag;

Loading…
Cancel
Save