mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Comments
This commit is contained in:
		| @@ -44,12 +44,11 @@ struct ImGuiMouseCursorData; | ||||
| struct ImGuiPopupRef; | ||||
| struct ImGuiWindow; | ||||
|  | ||||
| typedef int ImGuiLayoutType;      // enum ImGuiLayoutType_ | ||||
| typedef int ImGuiButtonFlags;     // enum ImGuiButtonFlags_ | ||||
| typedef int ImGuiTreeNodeFlags;   // enum ImGuiTreeNodeFlags_ | ||||
| typedef int ImGuiSliderFlags;     // enum ImGuiSliderFlags_ | ||||
| typedef int ImGuiSeparatorFlags;  // enum ImGuiSeparatorFlags_ | ||||
| typedef int ImGuiItemFlags;       // enum ImGuiItemFlags_ | ||||
| typedef int ImGuiLayoutType;        // enum: horizontal or vertical             // enum ImGuiLayoutType_ | ||||
| typedef int ImGuiButtonFlags;       // flags: for ButtonEx(), ButtonBehavior()  // enum ImGuiButtonFlags_ | ||||
| typedef int ImGuiItemFlags;         // flags: for PushItemFlag()                // enum ImGuiItemFlags_ | ||||
| typedef int ImGuiSeparatorFlags;    // flags: for Separator() - internal        // enum ImGuiSeparatorFlags_ | ||||
| typedef int ImGuiSliderFlags;       // flags: for SliderBehavior()              // enum ImGuiSliderFlags_ | ||||
|  | ||||
| //------------------------------------------------------------------------- | ||||
| // STB libraries | ||||
|   | ||||
		Reference in New Issue
	
	Block a user