mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
Remove non-exported joystick_lock
As per the header, `SDL_joystick_lock` isn't an exported symbol. https://github.com/libsdl-org/SDL/blob/release-3.4.2/include/SDL3/SDL_joystick.h#L78-L85
This commit is contained in:
4
vendor/sdl3/sdl3_joystick.odin
vendored
4
vendor/sdl3/sdl3_joystick.odin
vendored
@@ -2,10 +2,6 @@ package sdl3
|
||||
|
||||
import "core:c"
|
||||
|
||||
@(link_prefix="SDL_")
|
||||
foreign lib {
|
||||
joystick_lock: ^Mutex
|
||||
}
|
||||
|
||||
Joystick :: struct {}
|
||||
JoystickID :: distinct Uint32
|
||||
|
||||
Reference in New Issue
Block a user