aboutsummaryrefslogtreecommitdiff
path: root/include/help.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/help.hh')
-rw-r--r--include/help.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/help.hh b/include/help.hh
new file mode 100644
index 0000000..3ea4aef
--- /dev/null
+++ b/include/help.hh
@@ -0,0 +1,6 @@
+#ifndef HELP
+#define HELP
+
+void help();
+
+#endif