From 5af0b0450d5e7ae30ec6cef585f1f5c4ef4dddce Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 20 Sep 2013 23:50:44 +0000 Subject: Set setup tool title so that it it shows the name of the correct game being configured, not just always "Chocolate Doom". Subversion-branch: /branches/v2-branch Subversion-revision: 2669 --- src/setup/mode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setup/mode.h') diff --git a/src/setup/mode.h b/src/setup/mode.h index 44046c38..2495775d 100644 --- a/src/setup/mode.h +++ b/src/setup/mode.h @@ -31,6 +31,7 @@ extern GameMission_t gamemission; void SetupMission(GameSelectCallback callback); void InitBindings(void); char *GetExecutableName(void); +char *GetGameTitle(void); iwad_t **GetIwads(void); #endif /* #ifndef SETUP_MODE_H */ -- cgit v1.2.3