os/macosx/macos.h
changeset 2188 640a0a5f77ea
child 2223 b9564d70ec3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/os/macosx/macos.h	Sun Jul 24 20:47:42 2005 +0000
@@ -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