summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
committerbelugas <belugas@openttd.org>2007-12-28 03:14:55 +0000
commit5087a6cdd76276118bcba6bd4c14425da76eef7d (patch)
tree5fa7e416ee23b77433ef53bf2261dd19ce457fcf /src/video
parente2efaaff876c153669571d859ba326169981a5d8 (diff)
downloadopenttd-5087a6cdd76276118bcba6bd4c14425da76eef7d.tar.xz
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
Diffstat (limited to 'src/video')
-rw-r--r--src/video/dedicated_v.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp
index 8ed14c29c..7ca1db6ea 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -12,6 +12,7 @@
#include "../variables.h"
#include "../genworld.h"
#include "../fileio.h"
+#include "../fios.h"
#include "../blitter/factory.hpp"
#include "../core/alloc_func.hpp"
#include "dedicated_v.h"