summaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-19 18:36:14 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-19 18:36:14 (EDT)
commit8e15eccb7de2d93268672fb6c6631a76c410d580 (patch)
tree77372fb8bd1cc70ca71d3ca19c56d9e0b17d167c /src/help.h
parent5321cad3318c93653522fc03f1d9a1995b39e53b (diff)
downloaddodge-balls-8e15eccb7de2d93268672fb6c6631a76c410d580.zip
dodge-balls-8e15eccb7de2d93268672fb6c6631a76c410d580.tar.gz
dodge-balls-8e15eccb7de2d93268672fb6c6631a76c410d580.tar.bz2
main-menu, help: Take window pointer parameter
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help.h b/src/help.h
index 8f3acc0..03b4fa6 100644
--- a/src/help.h
+++ b/src/help.h
@@ -20,6 +20,8 @@
#ifndef DB_HELP_H_
#define DB_HELP_H_
-int db_help(void);
+#include <SDL.h>
+
+int db_help(SDL_Window *window);
#endif /* DB_HELP_H_ */