summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-04-02 11:55:54 +0000
committerfrosch <frosch@openttd.org>2011-04-02 11:55:54 +0000
commit004c93f9da1be1f28528979d7ff940da3d089ab9 (patch)
tree4f955e5d1305e043325f6e64d0d5fc2efeae66ce /source.list
parenta980319801448c9c8df2c4e819f5a9ba307f1ca2 (diff)
downloadopenttd-004c93f9da1be1f28528979d7ff940da3d089ab9.tar.xz
(svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine().
Diffstat (limited to 'source.list')
-rw-r--r--source.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/source.list b/source.list
index 062356ed4..970a53d7d 100644
--- a/source.list
+++ b/source.list
@@ -747,6 +747,7 @@ blitter/8bpp_optimized.hpp
blitter/8bpp_simple.cpp
blitter/8bpp_simple.hpp
#end
+blitter/base.cpp
blitter/base.hpp
blitter/factory.hpp
blitter/null.cpp