diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-19 23:56:47 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 18:03:06 -0400 |
commit | ee6062334b0d2ed391c8987b6219835e12860706 (patch) | |
tree | 421ccd25da3d9868f1c68df5e48c6111ec53495f /src/root.zig | |
parent | 683a2015b0a2d410d012bef404e891da5f6f261e (diff) |
Initial C api
Diffstat (limited to 'src/root.zig')
-rw-r--r-- | src/root.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig index 5d93578..dfa4984 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,2 +1,4 @@ pub const Client = @import("Client.zig"); pub usingnamespace @import("message.zig"); + +pub usingnamespace @import("c_api.zig"); |