4 lines
64 B
Zig
4 lines
64 B
Zig
pub usingnamespace @cImport({
|
|
@cInclude("stb_image.h");
|
|
});
|
pub usingnamespace @cImport({
|
|
@cInclude("stb_image.h");
|
|
});
|