mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 03:48:30 +01:00
activate cimgui_internal.h generation
This commit is contained in:
8
cimgui.h
8
cimgui.h
@@ -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; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user