mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Prefer using an absolute reference for SDL3
This commit is contained in:
2
vendor/sdl3/image/sdl_image.odin
vendored
2
vendor/sdl3/image/sdl_image.odin
vendored
@@ -1,7 +1,7 @@
|
||||
package sdl3_image
|
||||
|
||||
import "core:c"
|
||||
import SDL ".."
|
||||
import SDL "vendor:sdl3"
|
||||
|
||||
when ODIN_OS == .Windows {
|
||||
foreign import lib "SDL3_image.lib"
|
||||
|
||||
Reference in New Issue
Block a user