diff options
| author | troido <troido@protonmail.com> | 2020-02-17 01:14:03 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-17 01:14:03 +0100 |
| commit | 625ab5bb37cbe35fd9662a33bc92f73520e59c81 (patch) | |
| tree | 7117152d2f530d794efd0b139919e041a807020f /src/main.rs | |
| parent | ca74aa2bb61eb55d1257747edff38f1bad7641c1 (diff) | |
added trait for interacting with persistent storage; tried to make Results easier
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 92912c2..4301a07 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,6 +27,7 @@ mod savestate; mod defaultencyclopedia; mod playerstate; mod playerid; +mod persistence; pub use self::pos::Pos; pub use self::playerid::PlayerId; |
