This commit is contained in:
David Allemang
2024-03-05 12:48:16 -05:00
parent 3b79a87095
commit 24f32f5725
5 changed files with 35 additions and 113 deletions

3
src/enet.zig Normal file
View File

@@ -0,0 +1,3 @@
pub usingnamespace @cImport({
@cInclude("enet/enet.h");
});