summaryrefslogtreecommitdiffstats
path: root/src/main.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/main.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/main.h')
-rw-r--r--src/main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h
index f3c52cc..c6ce604 100644
--- a/src/main.h
+++ b/src/main.h
@@ -20,11 +20,7 @@
#ifndef DB_MAIN_H_
#define DB_MAIN_H_
-#include <SDL.h>
-
const char *db_get_games_dir(void) __attribute__((__pure__));
const char *db_get_fonts_dir(void) __attribute__((__pure__));
-SDL_Window *db_get_window(void) __attribute__((__pure__));
-SDL_Renderer *db_get_renderer(void) __attribute__((__pure__));
#endif /* DB_MAIN_H_ */