Started defining uiControlOSVtable on macOS. I'll need to write the documentation alongside this.
This commit is contained in:
parent
5f454a6114
commit
97e37e5831
|
@ -11,6 +11,10 @@ This file assumes that you have imported <Cocoa/Cocoa.h> and "ui.h" beforehand.
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct uiControlOSVtable {
|
||||||
|
size_t Size;
|
||||||
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue