]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/cocoa/cocoaerrordialog.h
Fix the cocoa error dialog so that it actually compiles
[libs/gui.git] / source / graphics / cocoa / cocoaerrordialog.h
1 #ifndef MSP_GRAPHICS_COCOAERRORDIALOG_H_
2 #define MSP_GRAPHICS_COCOAERRORDIALOG_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void run_alert(const char *, const char *);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif