Organise imports

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2026-02-07 17:01:11 +01:00
commit fd81da7cbd
No known key found for this signature in database
20 changed files with 83 additions and 85 deletions

View file

@ -1,11 +1,11 @@
const std = @import("std");
const Allocator = std.mem.Allocator;
const Random = std.Random;
const Animation = @import("../tui/Animation.zig");
const Cell = @import("../tui/Cell.zig");
const TerminalBuffer = @import("../tui/TerminalBuffer.zig");
const Allocator = std.mem.Allocator;
const Random = std.Random;
pub const FRAME_DELAY: usize = 8;
// Characters change mid-scroll