diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-19 23:56:47 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 16:18:48 -0400 |
commit | 247c6b44077bf9fa86e65b289db8a85fe461245b (patch) | |
tree | 03ad714e529209e77fb5026afd22414824be5da9 /src/root.zig | |
parent | e847989592f8744307a82953cd13b3c491eb889e (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"); |