mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 22:44:19 +02:00
Organise imports
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
950eeed3ee
commit
fd81da7cbd
20 changed files with 83 additions and 85 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue