mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +00:00
6 lines
171 B
Odin
6 lines
171 B
Odin
package vendor_openexr
|
|
|
|
@(link_prefix="exr_", default_calling_convention="c")
|
|
foreign lib {
|
|
print_context_info :: proc(c: const_context_t, verbose: b32) -> result_t ---
|
|
} |