even some more work

This commit is contained in:
sonoro1234
2018-05-04 09:32:01 +02:00
parent 7b03588b3a
commit 1761822733
7 changed files with 628 additions and 532 deletions

View File

@@ -26,3 +26,7 @@ CIMGUI_API void ImGuiTextBuffer_appendf(struct ImGuiTextBuffer *buffer, const ch
buffer->appendfv(fmt, args);
va_end(args);
}
CIMGUI_API void ImFontConfig_DefaultConstructor(ImFontConfig *config)
{
*config = ImFontConfig();
}