From 86585602294b7273d5cd0df34a3f6794258a62bb Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 15 Nov 2005 08:40:45 +0000 Subject: (svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header --- gfxinit.h | 1 + openttd.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gfxinit.h b/gfxinit.h index f37110ba1..d3873ff23 100644 --- a/gfxinit.h +++ b/gfxinit.h @@ -3,6 +3,7 @@ #ifndef GFXINIT_H #define GFXINIT_H +void CheckExternalFiles(void); void GfxLoadSprites(void); #endif /* GFXINIT_H */ diff --git a/openttd.c b/openttd.c index 58246a62c..17edaaf50 100644 --- a/openttd.c +++ b/openttd.c @@ -61,8 +61,6 @@ extern void SetDifficultyLevel(int mode, GameOptions *gm_opt); extern void DoStartupNewPlayer(bool is_ai); extern void ShowOSErrorBox(const char *buf); -bool LoadSavegame(const char *filename); - bool _dbg_screen_rect; /* TODO: usrerror() for errors which are not of an internal nature but @@ -306,7 +304,6 @@ static void LoadIntroGame(void) #if defined(UNIX) && !defined(__MORPHOS__) extern void DedicatedFork(void); #endif -extern void CheckExternalFiles(void); int ttd_main(int argc, char* argv[]) { -- cgit v1.2.3-70-g09d2