diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-15 19:08:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-15 19:08:24 -0400 |
| commit | 5b5c76021eda98783f1611da66f4b2f10f09f590 (patch) | |
| tree | 8a8b6eedc66d2673766e52f866a4ea7b8f6f9fce /dialog_darwin.h | |
| parent | 93914ecb8cc7bf4bf6eb8199f96fc3a685fc44cf (diff) | |
Migrated dialog_darwin.go to use Objective-C directly.
Diffstat (limited to 'dialog_darwin.h')
| -rw-r--r-- | dialog_darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
