Remove GuiStyleProp

This commit is contained in:
Alex Macafee
2024-07-31 18:58:43 +10:00
committed by GitHub
parent f33b4ecd3e
commit 92831d7ca3

View File

@@ -28,13 +28,6 @@ when ODIN_OS == .Windows {
RAYGUI_VERSION :: "4.0"
// Style property
GuiStyleProp :: struct {
controlId: u16,
propertyId: u16,
propertyValue: c.int,
}
// Gui control state
GuiState :: enum c.int {
STATE_NORMAL = 0,