]> git.tdb.fi Git - libs/gui.git/blob - cocoaerrordialog.h
7a0301809dc3e9445b18da79d571f7e885f45f57
[libs/gui.git] / 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