File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file 32bpp_anim.cpp Implementation of the optimized 32 bpp blitter with animation support. */
 

	
 
#include "../stdafx.h"
 
#include "../core/math_func.hpp"
 
#include "../video/video_driver.hpp"
 
#include "32bpp_anim.hpp"
 

	
 
#include "../table/sprites.h"
 

	
 
/** Instantiation of the 32bpp with animation blitter factory. */