Merge branch 'hook-w-arbitrary-args' into dev

This commit is contained in:
Squibid 2025-11-25 16:51:22 -05:00
commit 3f946d4f5c
Signed by: squibid
GPG key ID: BECE5684D3C4005D
5 changed files with 46 additions and 25 deletions

View file

@ -10,6 +10,7 @@ const Input = @import("input.zig");
const Api = @import("api.zig");
const View = @import("view.zig");
const Hook = @import("hook.zig");
const View = @import("view.zig");
const gpa = std.heap.c_allocator;