diff options
Diffstat (limited to 'sysdata_darwin.h')
| -rw-r--r-- | sysdata_darwin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdata_darwin.h b/sysdata_darwin.h new file mode 100644 index 0000000..c436c09 --- /dev/null +++ b/sysdata_darwin.h @@ -0,0 +1,11 @@ +/* 12 may 2014 */ + +//#include "common_darwin.h" + +extern void addControl(id, id); +extern void controlShow(id); +extern void controlHide(id); +extern void applyStandardControlFont(id); +extern id makeWindow(void); +extern void windowShow(id); +extern void windowHide(id); |
