From 60f9c0a7a39a114a244a17435fe95a562f84fdcf Mon Sep 17 00:00:00 2001 From: Reduan204 Date: Sun, 26 Jul 2026 12:47:49 +0000 Subject: [PATCH] capitalized core --- src/app.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.zig b/src/app.zig index 37d4b03..37aaf51 100644 --- a/src/app.zig +++ b/src/app.zig @@ -21,7 +21,7 @@ pub const stage = struct { pub const begin_frame = struct {}; pub const end_frame = struct {}; - // --- Core --- + // --- CORE --- pub const inputs = struct {}; pub const fixed_update = struct {}; pub const update = struct {};