summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-04-25 15:10:41 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-04-25 15:11:01 +0200
commitb40f6854ba190987ce4618dea6f6d53bd569ee4a (patch)
tree7bca3db020687c71b9e2b844e652a412edfa5e6a /ftnoir_protocol_wine
parent95771992ae6424e4574e675cf7e1a88ed398db96 (diff)
Use new CSV shared object
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;
+};