(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
authortron
Tue, 15 Nov 2005 08:40:45 +0000
changeset 2641 9728651e0d71
parent 2640 2717f2cb49e6
child 2642 cb99ff2e49a7
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
gfxinit.h
openttd.c
--- a/gfxinit.h	Mon Nov 14 20:20:24 2005 +0000
+++ b/gfxinit.h	Tue Nov 15 08:40:45 2005 +0000
@@ -3,6 +3,7 @@
 #ifndef GFXINIT_H
 #define GFXINIT_H
 
+void CheckExternalFiles(void);
 void GfxLoadSprites(void);
 
 #endif /* GFXINIT_H */
--- a/openttd.c	Mon Nov 14 20:20:24 2005 +0000
+++ b/openttd.c	Tue Nov 15 08:40:45 2005 +0000
@@ -61,8 +61,6 @@
 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 @@
 #if defined(UNIX) && !defined(__MORPHOS__)
 extern void DedicatedFork(void);
 #endif
-extern void CheckExternalFiles(void);
 
 int ttd_main(int argc, char* argv[])
 {