aboutsummaryrefslogtreecommitdiff
path: root/shared/shared.zig
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-07-12 05:17:19 +0530
committerBobby <[email protected]>2026-07-12 05:17:19 +0530
commitcfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec (patch)
treebb4580d0c719ed6e3659f38e552c23cd9ac692cb /shared/shared.zig
parent174951500db9ee02ad537cf163d83f9b8dcd9b82 (diff)
downloadakiba-cfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec.tar.xz
akiba-cfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec.zip
Sweep: extract crimson/render strings, move pure-constant files into constants/ subfolders, strip explanatory comments and multi-line headers tree-wide, zig fmt
Diffstat (limited to 'shared/shared.zig')
-rw-r--r--shared/shared.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/shared.zig b/shared/shared.zig
index 323ea4b..22dfed1 100644
--- a/shared/shared.zig
+++ b/shared/shared.zig
@@ -2,6 +2,5 @@
pub const fs = @import("fs/fs.zig");
-// Convenience re-exports
pub const afs = fs.afs;
pub const fat32 = fs.fat32;