From 453eba2139bf362f7346db5fe2cfccdd6fc33759 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Tue, 23 Jun 2020 13:06:55 +0100 Subject: [PATCH] todo: other potential errors --- src/game.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game.rs b/src/game.rs index 881da58..e327ff5 100644 --- a/src/game.rs +++ b/src/game.rs @@ -104,6 +104,7 @@ pub struct Game { #[derive(Debug)] pub struct GameHasNoAvatar; +// todo no tiles? no rooms? no palettes? impl Game { pub fn from(string: String) -> Result {