diff options
| author | troido <troido@protonmail.com> | 2020-04-05 20:04:33 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-05 20:04:33 +0200 |
| commit | 48c24ec8b011d081550dc78329cbe61de67b30e9 (patch) | |
| tree | d2d700897dc5ba3d0f52e8a1cd57c0f4880272fd /src/main.rs | |
| parent | 84c70cee089b72720a85d285ee0437b65be298b9 (diff) | |
items are now mostly replaced by itemids, with a mapping to the item in the encyclopedia
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 2f42ac3..34819e3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,11 +35,13 @@ mod sprite; mod timestamp; mod purgatory; mod config; +mod item; use self::{ pos::Pos, playerid::PlayerId, roomid::RoomId, + item::ItemId, util::Result, sprite::Sprite, template::Template, |
