we're now loading a config file!

This commit is contained in:
Squibid 2025-10-22 14:23:30 -04:00
parent 86a01bbcf2
commit 9e55195f8d
Signed by: squibid
GPG key ID: BECE5684D3C4005D
6 changed files with 112 additions and 45 deletions

View file

@ -2,7 +2,7 @@ const std = @import("std");
const wlr = @import("wlroots");
const Server = @import("server.zig");
const Lua = @import("lua.zig");
const Lua = @import("lua/lua.zig");
const gpa = std.heap.c_allocator;