mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Fixing Error: Redeclaration of 'VERSION' in this scope
This commit is contained in:
2
vendor/raylib/raygui.odin
vendored
2
vendor/raylib/raygui.odin
vendored
@@ -33,7 +33,7 @@ when ODIN_OS == .Windows {
|
||||
foreign import lib "system:raygui"
|
||||
}
|
||||
|
||||
VERSION :: "4.0"
|
||||
RAYGUI_VERSION :: "4.0"
|
||||
|
||||
// Style property
|
||||
GuiStyleProp :: struct {
|
||||
|
||||
Reference in New Issue
Block a user