diff options
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/cocoa_s.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sound/cocoa_s.cpp b/src/sound/cocoa_s.cpp index 0c1e793f9..7e2c7d034 100644 --- a/src/sound/cocoa_s.cpp +++ b/src/sound/cocoa_s.cpp @@ -14,21 +14,11 @@ #define Rect OTTDRect #define Point OTTDPoint #define WindowClass OTTDWindowClass -/* Defined in stdbool.h */ -#ifndef __cplusplus -# ifndef __BEOS__ -# undef bool -# undef false -# undef true -# endif -#endif #include "../stdafx.h" -#include "../openttd.h" #include "../debug.h" #include "../driver.h" #include "../mixer.h" -#include "../sdl.h" #include "cocoa_s.h" |