summaryrefslogtreecommitdiff
path: root/atari/gemtk
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gemtk')
-rw-r--r--atari/gemtk/msgbox.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/atari/gemtk/msgbox.c b/atari/gemtk/msgbox.c
index 050b139f8..89ca75a46 100644
--- a/atari/gemtk/msgbox.c
+++ b/atari/gemtk/msgbox.c
@@ -26,6 +26,14 @@
# define min(x,y) ((x<y) ? x : y )
#endif
+/***
+ * Display an message box
+ *
+ * \param type Valid values: GEMTK_MSG_BOX_CONFIRM, GEMTK_MSG_BOX_ALERT
+ * \param msg The message / query to display
+ * \return 0 on "No"
+ *
+ */
short gemtk_msg_box_show(short type, const char * msg)
{
#define GEMTK_MSG_BOX_STR_SIZE 256