Prefer using an absolute reference for SDL3

This commit is contained in:
Andrés Botero
2025-03-01 10:43:56 -05:00
parent 1910de54ab
commit 1853886a26

View File

@@ -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"