0.14 zig version, pretty build.zig, renamed SDL defs

This commit is contained in:
duck
2025-05-03 01:56:24 +05:00
parent d36f7de1a5
commit 4374c6dd84
7 changed files with 271 additions and 125 deletions

4
lib/sdl.zig Normal file
View File

@@ -0,0 +1,4 @@
pub usingnamespace @cImport({
@cInclude("SDL3/SDL.h");
@cInclude("sdl_rename.h");
});