base code
This commit is contained in:
parent
fc39b27715
commit
4f45899a3c
197 changed files with 151568 additions and 2 deletions
5
src/c.zig
Normal file
5
src/c.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub usingnamespace @cImport({
|
||||
@cDefine("GLFW_INCLUDE_NONE", {});
|
||||
@cInclude("vulkan/vulkan.h");
|
||||
@cInclude("GLFW/glfw3.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue