diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 07:36:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 07:36:24 +0200 |
commit | 2fc9be7a37b8de27878130dfa5a6a5c4060dffe9 (patch) | |
tree | 068b7cc47b6a25e3c453b6ea1933503ccdf25df0 /ftnoir_protocol_wine | |
parent | 509a72bd7cc001878c2be34680eb78b0382f8d55 (diff) |
actually CROSS_ONLY had a usage
Diffstat (limited to 'ftnoir_protocol_wine')
-rw-r--r-- | ftnoir_protocol_wine/opentrack-wrapper-wine-main.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftnoir_protocol_wine/opentrack-wrapper-wine-main.cxx b/ftnoir_protocol_wine/opentrack-wrapper-wine-main.cxx index 896d8078..2fb13c5e 100644 --- a/ftnoir_protocol_wine/opentrack-wrapper-wine-main.cxx +++ b/ftnoir_protocol_wine/opentrack-wrapper-wine-main.cxx @@ -2,9 +2,11 @@ #include <cstdio> #include "freetrackclient/fttypes.h" #include "ftnoir_protocol_wine/wine-shm.h" +#include "opentrack/export.hpp" -#define OPENTRACK_CROSS_ONLY -#include "../opentrack/plugin-api.hpp" +enum Axis { + TX = 0, TY, TZ, Yaw, Pitch, Roll +}; #define OPENTRACK_COMPAT_BUNDLED #include "compat/compat.h" |