generator: detect IMGUI_HAS_DOCK and keep it in cimgui.h

This commit is contained in:
Victor Bombi
2020-12-15 11:33:30 +01:00
parent 45aada6ecb
commit a21c31f123
8 changed files with 48 additions and 14 deletions

View File

@@ -2321,6 +2321,7 @@ defs["enums"]["ImGuiWindowFlags_"][32] = {}
defs["enums"]["ImGuiWindowFlags_"][32]["calc_value"] = 536870912
defs["enums"]["ImGuiWindowFlags_"][32]["name"] = "ImGuiWindowFlags_DockNodeHost"
defs["enums"]["ImGuiWindowFlags_"][32]["value"] = "1 << 29"
defs["enumtypes"] = {}
defs["locations"] = {}
defs["locations"]["ImBitVector"] = "imgui_internal:482"
defs["locations"]["ImColor"] = "imgui:2057"