wip: started a refactoring

This commit is contained in:
Jacob Jonsson 2026-03-03 21:45:48 +01:00
parent 75ccf913ac
commit 4970b1b1f6
Signed by: Jassob
GPG key ID: 7E30B9B047F7202E
6 changed files with 524 additions and 169 deletions

View file

@ -1,3 +1,4 @@
//! By convention, root.zig is the root source file when making a library.
pub const bot = @import("bot.zig");
pub const buffer = @import("buffer.zig");