summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-22 23:30:28 +0000
committerrubidium <rubidium@openttd.org>2007-12-22 23:30:28 +0000
commit8f0e68285b4eadd1780280d7e36b00ff80c20f67 (patch)
treebb7b4abc525aa4e79b1a40ebe21516d9c47244e1 /src/video
parenta7d54cf9464f457f181f920a4edc34fcb97aac4f (diff)
downloadopenttd-8f0e68285b4eadd1780280d7e36b00ff80c20f67.tar.xz
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Diffstat (limited to 'src/video')
-rw-r--r--src/video/sdl_v.cpp1
-rw-r--r--src/video/win32_v.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index 8b3c4adbb..9d4a7986a 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -11,6 +11,7 @@
#include "../sdl.h"
#include "../variables.h"
#include "../blitter/factory.hpp"
+#include "../network/network.h"
#include "sdl_v.h"
#include <SDL.h>
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp
index ab6dbab75..1fc344fac 100644
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -7,6 +7,7 @@
#include "../variables.h"
#include "../win32.h"
#include "../blitter/factory.hpp"
+#include "../network/network.h"
#include "win32_v.h"
#include <windows.h>
#include <tchar.h>