diff options
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft.h')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index 6524075a..c889e21b 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -38,6 +38,7 @@ #include <QProcess>
#include <QDebug>
#include <QFile>
+#include <QString>
#include <windows.h>
//#include "math.h"
@@ -82,7 +83,6 @@ private: bool force_dummy;
float getRadsFromDegrees ( float degrees ) { return (degrees * 0.017453f); }
- void getGameData(QString gameID , bool& tirviews, bool& dummy);
void loadSettings();
void start_tirviews();
void start_dummy();
|