working enet connection

This commit is contained in:
David Allemang
2024-03-05 17:23:32 -05:00
parent bd05dae216
commit e9663d62fa
4 changed files with 59 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
const c = @This();
pub usingnamespace @cImport({
@cInclude("enet/enet.h");
});