Merge remote-tracking branch 'offical/master'

This commit is contained in:
ed
2024-03-06 16:42:22 -05:00
60 changed files with 1962 additions and 3083 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
package raylib
import c "core:c/libc"
import "core:c"
RAYGUI_SHARED :: #config(RAYGUI_SHARED, true)
@@ -240,7 +240,10 @@ SCROLLBAR_RIGHT_SIDE :: 1
@(default_calling_convention="c")
foreign lib {
@(link_name="raylib_version") version: cstring
// WASM does not have foreign variable declarations.
when ODIN_ARCH != .wasm32 && ODIN_ARCH != .wasm64p32 {
@(link_name="raylib_version") version: cstring
}
// Global gui state control functions
GuiEnable :: proc() --- // Enable gui controls (global state)