(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
pull/155/head
bjarni 18 years ago
parent 2a732f2d3c
commit 7c78bb79d6

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

Loading…
Cancel
Save