diff options
| author | troido <troido@protonmail.com> | 2020-02-28 16:41:11 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-28 16:41:11 +0100 |
| commit | c846e929a88837094d7a5383a306df1fec56c333 (patch) | |
| tree | 48ab058d58c090ff00199af6b3eef7d64c7c2c95 /src/main.rs | |
| parent | b80036ef629e0803f3a70059a8fa12d1a2ae3b2d (diff) | |
more specific types!
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6a2d863..ed7de08 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,6 +34,7 @@ mod worldloader; mod world; mod sprite; mod attack; +mod timestamp; pub use self::{ pos::Pos, @@ -42,7 +43,8 @@ pub use self::{ util::Result, sprite::Sprite, template::Template, - encyclopedia::Encyclopedia + encyclopedia::Encyclopedia, + timestamp::Timestamp }; use self::{ |
