summaryrefslogtreecommitdiff
path: root/atari/msgbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/msgbox.h')
-rw-r--r--atari/msgbox.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/atari/msgbox.h b/atari/msgbox.h
new file mode 100644
index 000000000..204a49050
--- /dev/null
+++ b/atari/msgbox.h
@@ -0,0 +1,10 @@
+#ifndef GUIMSG_H_INCLUDED
+#define GUIMSG_H_INCLUDED
+
+#define MSG_BOX_ALERT 1
+#define MSG_BOX_CONFIRM 2
+
+short msg_box_show(short type, char * msg);
+
+
+#endif // GUIMSG_H_INCLUDED