diff options
author | rubidium <rubidium@openttd.org> | 2008-05-06 22:17:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-06 22:17:12 +0000 |
commit | c27f3cfa6239ff98f3b8dfe9a20b1177707a530f (patch) | |
tree | 5c909dbb0966fd6895c3a51a9493a9dea189c0c9 /src/video | |
parent | 9db77e3808139fe3364345aa7bf09a5e41198e4c (diff) | |
download | openttd-c27f3cfa6239ff98f3b8dfe9a20b1177707a530f.tar.xz |
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/sdl_v.cpp | 2 | ||||
-rw-r--r-- | src/video/win32_v.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index a9a13411c..9872c14cf 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -15,6 +15,8 @@ #include "../network/network.h" #include "../core/math_func.hpp" #include "../core/random_func.hpp" +#include "../functions.h" +#include "../texteff.hpp" #include "sdl_v.h" #include <SDL.h> diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 35d698455..f553b9916 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -12,6 +12,8 @@ #include "../network/network.h" #include "../core/math_func.hpp" #include "../core/random_func.hpp" +#include "../functions.h" +#include "../texteff.hpp" #include "win32_v.h" #include <windows.h> #include <tchar.h> |