From ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c Mon Sep 17 00:00:00 2001 From: maedhros Date: Thu, 12 Apr 2007 13:07:15 +0000 Subject: (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. --- src/misc_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 04a20c290..9bc7ab1c9 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -8,6 +8,7 @@ #include "heightmap.h" #include "debug.h" #include "functions.h" +#include "landscape.h" #include "newgrf.h" #include "saveload.h" #include "strings.h" @@ -40,8 +41,6 @@ FiosItem *_fios_list; int _saveload_mode; -extern void GenerateLandscape(byte mode); -extern void SwitchMode(int new_mode); static bool _fios_path_changed; static bool _savegame_sort_dirty; -- cgit v1.2.3-54-g00ecf