robotgo/window/goWindow.h
2016-11-07 22:36:28 +08:00

10 lines
242 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;
}