diff options
Diffstat (limited to 'include/help.hh')
| -rw-r--r-- | include/help.hh | 6 |
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 |
