summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-19 17:43:30 +0000
committertruelight <truelight@openttd.org>2007-06-19 17:43:30 +0000
commitb2bd361dae164cdbd625c01c6c9cabc3f83a3059 (patch)
treedc45787baa08b706d06ecf3be57af91ccd4dcfb0 /source.list
parent2ad0d708cc9aeb55bbde1becae6a631e2d23e604 (diff)
downloadopenttd-b2bd361dae164cdbd625c01c6c9cabc3f83a3059.tar.xz
(svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palette animation (at the cost of an animation-buffer to keep track of the 'm'-channel of all sprites)
Diffstat (limited to 'source.list')
-rw-r--r--source.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/source.list b/source.list
index 59060f2f9..8dc549b7e 100644
--- a/source.list
+++ b/source.list
@@ -294,6 +294,8 @@ ai/trolly/shared.cpp
ai/trolly/trolly.cpp
# Blitters
+blitter/32bpp_anim.cpp
+blitter/32bpp_anim.hpp
blitter/32bpp_base.cpp
blitter/32bpp_base.hpp
blitter/32bpp_simple.cpp