diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-08-27 14:27:09 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-08-27 14:27:09 +0000 |
commit | 0d7f0fb2d36e9a89a556214b24c4551d1352aa75 (patch) | |
tree | c1533ee85ace7ce66575ecf08c7af8174a4d0103 /FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h | |
parent | 863efe5f6f51fb0fd9dedec38527a11e8510e0f2 (diff) |
Changed reference to winable.h
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@122 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h')
-rw-r--r-- | FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h b/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h index dfe4ae3e..723f11b1 100644 --- a/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h +++ b/FTNoIR_Protocol_MOUSE/FTNoIR_Protocol_MOUSE.h @@ -40,6 +40,8 @@ #include <QDebug>
#include <QFile>
+#include "winable.h"
+
#define MOUSE_AXIS_MIN 0
#define MOUSE_AXIS_MAX 65535
|