Files
textmate/Frameworks/OakAppKit/src/IOAlertPanel.h
Allan Odgaard 67dc0b3943 Make OakRunIOAlertPanel accessible from C++
I moved it to a C header. An alternative would be to put some #ifdef’s around the Objective-C stuff in OakAppKit.h, but with the standalone header, it’s clear that this is the only thing we need from OakAppKit.
2012-08-15 20:47:18 +02:00

9 lines
252 B
C

#ifndef IO_ALERT_PANEL_H_TGU0N94P
#define IO_ALERT_PANEL_H_TGU0N94P
#include <oak/misc.h>
PUBLIC void OakRunIOAlertPanel (char const* format, ...) __attribute__ ((format (printf, 1, 2)));
#endif /* end of include guard: IO_ALERT_PANEL_H_TGU0N94P */