@ -211,12 +211,11 @@ typedef struct UILayerInputStruct {
uint32_t num_strings;
uint32_t num_codes;
uint32_t num_drawables;
uint32_t font;
UIString* strings;
uint32_t* codes;
UIDrawable* drawables;
} UILayerInput;
typedef struct UIContainerInputStruct {