File diff r20775:7223fd802f5f → r20776:d61a8f63e17a
src/blitter/base.hpp
Show inline comments
 
@@ -74,13 +74,13 @@ public:
 
	 */
 
	virtual void DrawColourMappingRect(void *dst, int width, int height, PaletteID pal) = 0;
 

	
 
	/**
 
	 * Convert a sprite from the loader to our own format.
 
	 */
 
	virtual Sprite *Encode(SpriteLoader::Sprite *sprite, AllocatorProc *allocator) = 0;
 
	virtual Sprite *Encode(const SpriteLoader::Sprite *sprite, AllocatorProc *allocator) = 0;
 

	
 
	/**
 
	 * Move the destination pointer the requested amount x and y, keeping in mind
 
	 *  any pitch and bpp of the renderer.
 
	 * @param video The destination pointer (video-buffer) to scroll.
 
	 * @param x How much you want to scroll to the right.