A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/runnables.rs')
-rw-r--r--src/runnables.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runnables.rs b/src/runnables.rs
index 287868c..e70aab9 100644
--- a/src/runnables.rs
+++ b/src/runnables.rs
@@ -191,3 +191,7 @@ pub fn run(
}
}
}
+
+impl crate::menu::generic::ID for crate::runnables::Runb {
+ const ID: u8 = 2;
+}