summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
committertruelight <truelight@openttd.org>2007-06-17 20:30:28 +0000
commit79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3 (patch)
treee0105857aa1562ca3ca15a5e7df7e49bfc939456 /src/openttd.cpp
parent8c3e9d111f55531f67e8dc132c678d70632f56d9 (diff)
downloadopenttd-79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3.tar.xz
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 87e4d55c3..4a26c3199 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -64,7 +64,7 @@
#include "newgrf_commons.h"
#include "player_face.h"
#include "group.h"
-#include "blitter/blitter.hpp"
+#include "blitter/factory.hpp"
#include "bridge_map.h"
#include "clear_map.h"