summaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-19 08:55:28 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-19 08:55:28 (EDT)
commit312c8a5cd499b3e221c56794f03cd6c809f8665e (patch)
treebe3093e98a8b460cfc336852dceec70c65bc9a13 /src/help.h
parent9aa2cdf85381afe4e139174d8ddc9f23de60a066 (diff)
downloaddodge-balls-312c8a5cd499b3e221c56794f03cd6c809f8665e.zip
dodge-balls-312c8a5cd499b3e221c56794f03cd6c809f8665e.tar.gz
dodge-balls-312c8a5cd499b3e221c56794f03cd6c809f8665e.tar.bz2
help: New screen
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/help.h b/src/help.h
new file mode 100644
index 0000000..0c9d279
--- /dev/null
+++ b/src/help.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2021 P. J. McDermott
+ *
+ * This file is part of Dodge Balls
+ *
+ * Dodge Balls is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Dodge Balls is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Dodge Balls. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef DB_HELP_H_
+#define DB_HELP_H_
+
+void db_help(void);
+
+#endif /* DB_HELP_H_ */