summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
commit2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 (patch)
treedd717901825d2b9701f42a6a4bedb895deb3017a /src/video
parent63cc41cd1c90dce2e1f3d90ce57b27c65f5197bb (diff)
downloadopenttd-2fc62eab058153a2d9d6fc7b14d8f8f28da8b183.tar.xz
(svn r11818) -Codechange: split player.h into smaller pieces.
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 97b53e87f..0ba791c93 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -15,6 +15,7 @@
#include "../fios.h"
#include "../blitter/factory.hpp"
#include "../core/alloc_func.hpp"
+#include "../player_func.h"
#include "dedicated_v.h"
#ifdef BEOS_NET_SERVER