capitalized core

This commit is contained in:
Reduan204 2026-07-26 12:47:49 +00:00
parent 3342f6ad6f
commit 60f9c0a7a3

View file

@ -21,7 +21,7 @@ pub const stage = struct {
pub const begin_frame = struct {}; pub const begin_frame = struct {};
pub const end_frame = struct {}; pub const end_frame = struct {};
// --- Core --- // --- CORE ---
pub const inputs = struct {}; pub const inputs = struct {};
pub const fixed_update = struct {}; pub const fixed_update = struct {};
pub const update = struct {}; pub const update = struct {};