constants work 1

This commit is contained in:
sonoro1234
2026-02-24 10:23:36 +01:00
parent c0c044e22f
commit e41d6fb1e8
5 changed files with 256 additions and 6 deletions

View File

@@ -1856,7 +1856,6 @@ typedef int ImGuiWindowBgClickFlags;
typedef int ImGuiWindowRefreshFlags;
typedef ImS16 ImGuiTableColumnIdx;
typedef ImU16 ImGuiTableDrawChannelIdx;
extern ImGuiContext* GImGui;
typedef enum {
ImDrawTextFlags_None = 0,
ImDrawTextFlags_CpuFineClip = 1 << 0,