12 #ifndef GOOEY_MESSAGEBOX_H
13 #define GOOEY_MESSAGEBOX_H
15 #include "common/gooey_common.h"
30 GooeyWindow *
GooeyMessageBox_Create(
const char *title,
const char *message, MSGBOX_TYPE type,
void (*callback)(
int option));
GooeyWindow * GooeyMessageBox_Create(const char *title, const char *message, MSGBOX_TYPE type, void(*callback)(int option))
Creates a message box window.
void GooeyMessageBox_Show(GooeyWindow *msgBoxWindow)
Displays the specified message box window.