(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)

This commit is contained in:
truelight
2007-06-19 17:43:30 +00:00
parent 2ad0d708cc
commit b2bd361dae
3 changed files with 229 additions and 0 deletions

View File

@@ -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