diff options
Diffstat (limited to 'FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h')
-rw-r--r-- | FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h b/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h index 12a20ee8..00f124f6 100644 --- a/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h +++ b/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h @@ -73,10 +73,11 @@ private: // Private properties
QString ProgramName;
-// QLibrary FTClientLib;
QLibrary FTIRViewsLib;
QProcess *dummyTrackIR;
int intGameID;
+ bool useTIRViews; // Needs to be in the Settings dialog
+ bool useDummyExe;
float getRadsFromDegrees ( float degrees ) { return (degrees * 0.017453f); }
bool getGameData( QString gameID );
|