summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_protocol_wine')
-rw-r--r--ftnoir_protocol_wine/wine-shm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftnoir_protocol_wine/wine-shm.h b/ftnoir_protocol_wine/wine-shm.h
new file mode 100644
index 00000000..ddbda8b5
--- /dev/null
+++ b/ftnoir_protocol_wine/wine-shm.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#define WINE_SHM_NAME "facetracknoir-wine-shm"
+#define WINE_MTX_NAME "facetracknoir-wine-mtx"
+
+struct WineSHM {
+ double data[6];
+ int gameid, gameid2;
+ unsigned char table[8];
+ bool stop;
+};