summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-10 19:42:23 -0400
committerMica White <botahamec@outlook.com>2026-07-10 19:42:23 -0400
commit7aa6566796e1632ae36277648c162fc77af7052b (patch)
tree1f8362c44329acd519eb1c19cc65a3729e50313a /src/lib.rs
parenta9977e7fabeb06a6f21824cc4a41b36ea39f6799 (diff)
State utilities
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9c3162a..767eff9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,4 +3,5 @@ pub mod file;
pub mod input;
pub mod scene;
pub mod script;
+pub mod storage;
pub mod time;