base code

This commit is contained in:
Lorenzo Torres 2025-03-12 19:56:19 +01:00
parent fc39b27715
commit 4f45899a3c
197 changed files with 151568 additions and 2 deletions

5
src/c.zig Normal file
View file

@ -0,0 +1,5 @@
pub usingnamespace @cImport({
@cDefine("GLFW_INCLUDE_NONE", {});
@cInclude("vulkan/vulkan.h");
@cInclude("GLFW/glfw3.h");
});