From 5b5c76021eda98783f1611da66f4b2f10f09f590 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 19:08:24 -0400 Subject: Migrated dialog_darwin.go to use Objective-C directly. --- dialog_darwin.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dialog_darwin.h (limited to 'dialog_darwin.h') diff --git a/dialog_darwin.h b/dialog_darwin.h new file mode 100644 index 0000000..9e113c5 --- /dev/null +++ b/dialog_darwin.h @@ -0,0 +1,4 @@ +/* 15 may 2014 */ + +extern void msgBox(id, id); +extern void msgBoxError(id, id); -- cgit v1.2.3