From 97e37e5831a939c363fa5030a396bf05a5276129 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 9 Jun 2019 21:16:13 -0400 Subject: [PATCH] Started defining uiControlOSVtable on macOS. I'll need to write the documentation alongside this. --- ui_darwin.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui_darwin.h b/ui_darwin.h index 2a34ef44..b3df5cc2 100644 --- a/ui_darwin.h +++ b/ui_darwin.h @@ -11,6 +11,10 @@ This file assumes that you have imported and "ui.h" beforehand. extern "C" { #endif +struct uiControlOSVtable { + size_t Size; +}; + #ifdef __cplusplus } #endif