From 79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 17 Jun 2007 20:30:28 +0000 Subject: (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 --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') 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" -- cgit v1.2.3-54-g00ecf