Fixing Error: Redeclaration of 'VERSION' in this scope

This commit is contained in:
Guilherme Fernandes
2023-08-07 18:49:17 +01:00
parent d8db5ec7b6
commit ff904ae174

View File

@@ -33,7 +33,7 @@ when ODIN_OS == .Windows {
foreign import lib "system:raygui"
}
VERSION :: "4.0"
RAYGUI_VERSION :: "4.0"
// Style property
GuiStyleProp :: struct {