Fixing Error: Redeclaration of 'VERSION' in this scope

This commit is contained in:
Guilherme Fernandes
2023-08-07 22:26:18 +01:00
parent d8db5ec7b6
commit ff904ae174
+1 -1
View File
@@ -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 {