robotgo/window/goWindow.h
2016-11-07 18:34:21 +08:00

9 lines
241 B
C

#include "alert_c.h"
// #include "window.h"
int aShowAlert(const char *title, const char *msg, const char *defaultButton,
const char *cancelButton){
int alert=showAlert(title,msg,defaultButton,cancelButton);
return alert;
}