(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
This commit is contained in:
bjarni 2007-01-20 11:26:16 +00:00
parent e13b00e14f
commit 00b730ebca

View File

@ -57,6 +57,8 @@ extern void HideMenuBar(void);
#undef Point #undef Point
#undef Rect #undef Rect
/* Taken from ../gfx.h */
extern bool _dbg_screen_rect;
/* Subclass of NSWindow to fix genie effect and support resize events */ /* Subclass of NSWindow to fix genie effect and support resize events */