robotgo/window/goWindow.h
2016-11-05 16:16:26 +08:00

9 lines
227 B
C

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