summaryrefslogtreecommitdiff
path: root/os/macosx/macos.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/macosx/macos.h')
-rw-r--r--os/macosx/macos.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/macosx/macos.h b/os/macosx/macos.h
new file mode 100644
index 000000000..c01bfe84c
--- /dev/null
+++ b/os/macosx/macos.h
@@ -0,0 +1,6 @@
+#ifndef MACOS_H
+#define MACOS_H
+
+void ShowMacDialog ( const char *title, const char *message, const char *buttonLabel );
+
+#endif /* MACOS_H */ \ No newline at end of file