diff options
| author | troido <troido@protonmail.com> | 2020-02-22 22:00:32 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-22 22:00:32 +0100 |
| commit | f4331041e5d906f95063f317852f32f19e6cdf9c (patch) | |
| tree | e855402de7b2dcec81c91d97ab6a7e359689ecc5 /src/main.rs | |
| parent | 2b0cc677f4092d94b31e95f3e9961ec6ed91327b (diff) | |
items now have an action enum
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index def2ee7..dbc8728 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,6 +37,8 @@ pub use self::playerid::PlayerId; pub use self::roomid::RoomId; pub use self::util::Result; pub use self::sprite::Sprite; +pub use self::template::Template; +pub use self::encyclopedia::Encyclopedia; use self::gameserver::GameServer; use self::server::unixserver::UnixServer; |
