reorganized into seat file and cursor file

This commit is contained in:
Harrison DiAmbrosio 2025-10-19 16:39:43 -04:00
parent 987f49bbd6
commit b8419806ef
9 changed files with 449 additions and 298 deletions

View file

@ -5,7 +5,6 @@ const Server = @import("server.zig");
const gpa = std.heap.c_allocator;
pub var server: Server = undefined;
pub fn main() !void {