mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Make SDL_image.Init return InitFlags
This commit is contained in:
Vendored
+1
-1
@@ -49,7 +49,7 @@ GetError :: SDL.GetError;
|
||||
|
||||
@(default_calling_convention="c", link_prefix="IMG_")
|
||||
foreign lib {
|
||||
Init :: proc(flags: InitFlags) -> c.int ---
|
||||
Init :: proc(flags: InitFlags) -> InitFlags ---
|
||||
Quit :: proc() ---
|
||||
|
||||
/* Load an image from an SDL data source.
|
||||
|
||||
Reference in New Issue
Block a user