From 0739d5b595be9492c1e574192eba12174111e52c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 30 Oct 2015 09:16:32 +0100 Subject: also rename protocol -> proto --- protocol-wine/wine-shm.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 protocol-wine/wine-shm.h (limited to 'protocol-wine/wine-shm.h') diff --git a/protocol-wine/wine-shm.h b/protocol-wine/wine-shm.h deleted file mode 100644 index c7e29abb..00000000 --- a/protocol-wine/wine-shm.h +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#define WINE_SHM_NAME "facetracknoir-wine-shm" -#define WINE_MTX_NAME "facetracknoir-wine-mtx" - -// OSX sdk 10.8 build error otherwise -#ifdef _LIBCPP_MSVCRT -# undef _LIBCPP_MSVCRT -#endif - -#include - -template using ptr = std::shared_ptr; - -struct WineSHM { - double data[6]; - int gameid, gameid2; - unsigned char table[8]; - bool stop; -}; -- cgit v1.2.3