From 625d00bb0e9a374e7ecf4b91fde599307199f3b6 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Fri, 6 Nov 2020 00:53:46 +0100 Subject: Add icon tool --- src/tool/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tool/mod.rs') diff --git a/src/tool/mod.rs b/src/tool/mod.rs index 73654d9..a3d5964 100644 --- a/src/tool/mod.rs +++ b/src/tool/mod.rs @@ -1,8 +1,10 @@ pub mod deletion_tool; +pub mod icon_tool; pub mod room_tool; pub mod wall_tool; pub use deletion_tool::DeletionTool; +pub use icon_tool::IconTool; pub use room_tool::RoomTool; pub use wall_tool::WallTool; @@ -16,6 +18,7 @@ use raylib::RaylibHandle; pub enum ToolType { RoomTool, WallTool, + IconTool, DeletionTool, NumTools, } -- cgit v1.2.3-70-g09d2