chore: code cleanup

This commit is contained in:
2022-10-21 05:11:50 -03:00
parent 880546468c
commit 036b861b05
12 changed files with 25 additions and 33 deletions

View File

@@ -1,8 +1,9 @@
const std = @import("std");
const Allocator = std.mem.Allocator;
const Scheduler = @import("scheduler.zig").Scheduler;
const EventKind = @import("scheduler.zig").EventKind;
const Scheduler = @import("scheduler.zig").Scheduler;
const Allocator = std.mem.Allocator;
pub const Ppu = struct {
vram: Vram,