summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-19 18:24:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-19 18:24:44 (EDT)
commit5321cad3318c93653522fc03f1d9a1995b39e53b (patch)
treeed6bab42365edfc95d27f987aee141ddbf0dfb4e /src/main.h
parentecceb4f7eebc8204836e164c4ff655e9abbc2636 (diff)
downloaddodge-balls-5321cad3318c93653522fc03f1d9a1995b39e53b.zip
dodge-balls-5321cad3318c93653522fc03f1d9a1995b39e53b.tar.gz
dodge-balls-5321cad3318c93653522fc03f1d9a1995b39e53b.tar.bz2
main: Don't create texture
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 5e6bae2..f3c52cc 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,6 +26,5 @@ 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__));
-SDL_Texture *db_get_texture(void) __attribute__((__pure__));
#endif /* DB_MAIN_H_ */