mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
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.
9 lines
252 B
C
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 */
|