summaryrefslogtreecommitdiff
path: root/src/systems/helpdoc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/helpdoc.rs')
-rw-r--r--src/systems/helpdoc.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systems/helpdoc.rs b/src/systems/helpdoc.rs
index 4e5b2a6..c36130d 100644
--- a/src/systems/helpdoc.rs
+++ b/src/systems/helpdoc.rs
@@ -1,5 +1,7 @@
pub mod helpdoc_viewer;
+pub const DEFAULT_HELPDOC: &str = "Welcome_To_JVCS";
+
helpdoc_system_macros::generate_helpdoc_mapping!();
helpdoc_system_macros::generate_helpdoc_list!();
helpdoc_system_macros::generate_helpdoc_test!();