(svn r26258) -Codechange: deduplicate Draw methods (MJP)

This commit is contained in:
rubidium
2014-01-13 18:12:33 +00:00
parent f5f4f8a4b3
commit fdf55a1a48
15 changed files with 333 additions and 600 deletions

View File

@@ -17,7 +17,12 @@
#ifndef SSE_VERSION
#define SSE_VERSION 2
#endif
#include "32bpp_sse_func.hpp"
#ifndef FULL_ANIMATION
#define FULL_ANIMATION 0
#endif
#include "32bpp_sse_type.h"
/** Base methods for 32bpp SSE blitters. */
class Blitter_32bppSSE_Base {