mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 05:24:24 +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,6 +1,6 @@
|
|||
const build_options = @import("build_options");
|
||||
const enums = @import("../enums.zig");
|
||||
|
||||
const enums = @import("../enums.zig");
|
||||
const Animation = enums.Animation;
|
||||
const Input = enums.Input;
|
||||
const ViMode = enums.ViMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue