git-subtree-dir: crypto-test git-subtree-mainline:32954bb7acgit-subtree-split:0f148031e3
8 lines
150 B
Zig
8 lines
150 B
Zig
const c = @This();
|
|
|
|
pub usingnamespace @cImport({
|
|
@cInclude("enet/enet.h");
|
|
});
|
|
|
|
// todo add "serve" here that invokes some callback with events.
|