summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-02-22 22:00:32 +0100
committertroido <troido@protonmail.com>2020-02-22 22:00:32 +0100
commitf4331041e5d906f95063f317852f32f19e6cdf9c (patch)
treee855402de7b2dcec81c91d97ab6a7e359689ecc5 /src/main.rs
parent2b0cc677f4092d94b31e95f3e9961ec6ed91327b (diff)
items now have an action enum
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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;