mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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_")
|
@(default_calling_convention="c", link_prefix="IMG_")
|
||||||
foreign lib {
|
foreign lib {
|
||||||
Init :: proc(flags: InitFlags) -> c.int ---
|
Init :: proc(flags: InitFlags) -> InitFlags ---
|
||||||
Quit :: proc() ---
|
Quit :: proc() ---
|
||||||
|
|
||||||
/* Load an image from an SDL data source.
|
/* Load an image from an SDL data source.
|
||||||
|
|||||||
Reference in New Issue
Block a user