mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Fixing Error: Redeclaration of 'VERSION' in this scope
This commit is contained in:
Vendored
+1
-1
@@ -33,7 +33,7 @@ when ODIN_OS == .Windows {
|
|||||||
foreign import lib "system:raygui"
|
foreign import lib "system:raygui"
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION :: "4.0"
|
RAYGUI_VERSION :: "4.0"
|
||||||
|
|
||||||
// Style property
|
// Style property
|
||||||
GuiStyleProp :: struct {
|
GuiStyleProp :: struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user