diff options
author | rubidium <rubidium@openttd.org> | 2011-12-10 08:31:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-10 08:31:14 +0000 |
commit | b231e80125d7349a07ce2822dd1759dfc6d3c001 (patch) | |
tree | 21855701d67587ae3071d50b380614771a68c6fa /src/video | |
parent | 1db365d0e2027ca1b2e59efcd2935be1a7afe2e4 (diff) | |
download | openttd-b231e80125d7349a07ce2822dd1759dfc6d3c001.tar.xz |
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 8a3be5bd6..cdc598339 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -138,7 +138,6 @@ static void *_dedicated_video_mem; bool _dedicated_forks; extern bool SafeLoad(const char *filename, int mode, GameMode newgm, Subdirectory subdir, struct LoadFilter *lf = NULL); -extern void SwitchToMode(SwitchMode new_mode); static FVideoDriver_Dedicated iFVideoDriver_Dedicated; |