summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-23 23:13:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-23 23:16:05 +0200
commitea1c5f78af31c91521fac2a1f170eb668074f751 (patch)
tree7b1cf836e9f3b59279a6b1b54385b4b1cc095f22
parent0d80cd4a9c77b2ecbb515fb9d20c78f400c40851 (diff)
unbreak hopefully
-rw-r--r--x-plane-plugin/plugin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/x-plane-plugin/plugin.c b/x-plane-plugin/plugin.c
index 62c9d6f0..3958c895 100644
--- a/x-plane-plugin/plugin.c
+++ b/x-plane-plugin/plugin.c
@@ -13,8 +13,6 @@
#include <XPLMCamera.h>
#include <XPLMProcessing.h>
-#include "ftnoir_tracker_base/ftnoir_tracker_types.h"
-
#ifndef PLUGIN_API
#define PLUGIN_API
#endif
@@ -23,6 +21,10 @@
#define WINE_SHM_NAME "facetracknoir-wine-shm"
#define WINE_MTX_NAME "facetracknoir-wine-mtx"
+enum Axis {
+ TX = 0, TY, TZ, Yaw, Pitch, Roll
+};
+
typedef struct PortableLockedShm {
void* mem;
int fd, size;