mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Split-up require_results foreign blocks
This commit is contained in:
Vendored
+1
-1
@@ -49,7 +49,7 @@ EnumerationResult :: enum c.int {
|
||||
EnumerateDirectoryCallback :: #type proc "c" (userdata: rawptr, dirname, fname: cstring) -> EnumerationResult
|
||||
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
GetBasePath :: proc() -> cstring ---
|
||||
GetPrefPath :: proc(org, app: cstring) -> [^]c.char ---
|
||||
|
||||
Reference in New Issue
Block a user