diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2010-12-30 18:13:00 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2010-12-30 18:13:00 +0000 |
commit | 26a42de2b739b8bf2cf9f1e1c849a681c1fcdc89 (patch) | |
tree | a44dfec3a52af472c14fe9009dfe9cbff507a097 /FaceTrackNoIR/tracker.h | |
parent | 016d79347d429c291ea65eb95663e200e1e601f2 (diff) |
Spent the day removing some bad-bugs in the fake TrackIR protocol and the SCServer protocol. Seems to work now?!
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@34 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/tracker.h')
-rw-r--r-- | FaceTrackNoIR/tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FaceTrackNoIR/tracker.h b/FaceTrackNoIR/tracker.h index 6a3fca93..18c629de 100644 --- a/FaceTrackNoIR/tracker.h +++ b/FaceTrackNoIR/tracker.h @@ -182,6 +182,7 @@ public: ~Tracker();
void setup(QWidget *head, FaceTrackNoIR *parent);
+
void registerHeadPoseCallback();
bool handleGameCommand ( int command );
QString getGameProgramName(); // Get the ProgramName from the game and display it.
|