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
commit9efe1d6776aca558457b8741b1b704a813547fa0 (patch)
treedc45787baa08b706d06ecf3be57af91ccd4dcfb0 /source.list
parentc492167f74a04ec7e5f96e3ea763f81294bb71f0 (diff)
downloadopenttd-9efe1d6776aca558457b8741b1b704a813547fa0.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