NYXA/src/scheduler/system.zig

4 lines
92 B
Zig

const App = @import("../app.zig");
stage_id: u64,
execute: *const fn (*App) anyerror!void,