mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Prefer using an absolute reference for SDL3
This commit is contained in:
Vendored
+1
-1
@@ -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