mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
This commit is contained in:
parent
0e075e271e
commit
ba9157fbbc
@ -3,6 +3,7 @@
|
||||
#ifndef GFXINIT_H
|
||||
#define GFXINIT_H
|
||||
|
||||
void CheckExternalFiles(void);
|
||||
void GfxLoadSprites(void);
|
||||
|
||||
#endif /* GFXINIT_H */
|
||||
|
@ -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[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user