diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-05 11:03:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-05 11:03:57 +0200 |
commit | 7b5bfc4fbba37237e5a02add4b37e10e290edec5 (patch) | |
tree | 3a4c3ec7ad81492da2adcecd5bc62d82c66fe25c /ftnoir_protocol_ft/ftnoir_protocol_ft.h | |
parent | df838bd3e5d60dd1afa2b783489ec28bfa304e39 (diff) |
Project Evil seekrit evulz
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft.h')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index ca6be189..15ee5149 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -68,9 +68,7 @@ private: HANDLE hFTMemMap;
FTMemMap *pMemData;
HANDLE hFTMutex;
-
- HANDLE hMainWindow; // Save the handle to FaceTrackNoIR main-window
- __int32 comhandle; // Handle on x32, command on x64
+ QString game_name;
// Private properties
QString ProgramName;
@@ -82,7 +80,7 @@ private: bool useDummyExe;
float getRadsFromDegrees ( float degrees ) { return (degrees * 0.017453f); }
- bool getGameData( QString gameID );
+ void getGameData( QString gameID );
void loadSettings();
};
|