activate cimgui_internal.h generation

This commit is contained in:
Victor Bombi
2020-02-28 23:14:03 +01:00
parent 55dc243358
commit e2c14f1b41
6 changed files with 1706 additions and 12 deletions

View File

@@ -868,13 +868,13 @@ struct ImFont
float Ascent, Descent;
int MetricsTotalSurface;
};
struct ImGuiTextRange
{
struct ImGuiTextRange
{
const char* b;
const char* e;
};
struct ImGuiStoragePair
{
struct ImGuiStoragePair
{
ImGuiID key;
union { int val_i; float val_f; void* val_p; };
};