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, 0 insertions, 10 deletions
diff --git a/atari/msgbox.h b/atari/msgbox.h
deleted file mode 100644
index 204a49050..000000000
--- a/atari/msgbox.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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