changeset 5742:2b4b019bb13d draft

(svn r8288) -Fix: [OSX] compiling with debug enabled now works again -This is once again an obj-C vs C++ issue. I need to make a nice and permanent solution soon, but I need the debugger right now
author bjarni <bjarni@openttd.org>
date Sat, 20 Jan 2007 11:26:16 +0000
parents 3074e0a39bec
children 9e4a20bd5bef
files src/video/cocoa_v.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/cocoa_v.m
+++ b/src/video/cocoa_v.m
@@ -57,6 +57,8 @@
 #undef Point
 #undef Rect
 
+/* Taken from ../gfx.h */
+extern bool _dbg_screen_rect;
 
 
 /* Subclass of NSWindow to fix genie effect and support resize events  */