Started defining uiControlOSVtable on macOS. I'll need to write the documentation alongside this.

This commit is contained in:
Pietro Gagliardi 2019-06-09 21:16:13 -04:00
parent 5f454a6114
commit 97e37e5831
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ This file assumes that you have imported <Cocoa/Cocoa.h> and "ui.h" beforehand.
extern "C" {
#endif
struct uiControlOSVtable {
size_t Size;
};
#ifdef __cplusplus
}
#endif