mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Prefer using an absolute reference for SDL3
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
package sdl3_image
|
package sdl3_image
|
||||||
|
|
||||||
import "core:c"
|
import "core:c"
|
||||||
import SDL ".."
|
import SDL "vendor:sdl3"
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import lib "SDL3_image.lib"
|
foreign import lib "SDL3_image.lib"
|
||||||
|
|||||||
Reference in New Issue
Block a user