summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;