mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 01:34:39 +00:00
Remove GuiStyleProp
This commit is contained in:
7
vendor/raylib/raygui.odin
vendored
7
vendor/raylib/raygui.odin
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user