Changeset - r2641:b03e16f8f710
[Not reviewed]
master
0 2 0
tron - 19 years ago 2005-11-15 08:40:45
tron@openttd.org
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
2 files changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
gfxinit.h
Show inline comments
 
@@ -3,6 +3,7 @@
 
#ifndef GFXINIT_H
 
#define GFXINIT_H
 

	
 
void CheckExternalFiles(void);
 
void GfxLoadSprites(void);
 

	
 
#endif /* GFXINIT_H */
openttd.c
Show inline comments
 
@@ -61,8 +61,6 @@ extern void SetDifficultyLevel(int mode,
 
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[])
 
{
0 comments (0 inline, 0 general)