File diff r24907:50a084473088 → r24908:4dfe7bc46264
src/blitter/base.hpp
Show inline comments
 
@@ -186,6 +186,14 @@ public:
 
	virtual Blitter::PaletteAnimation UsePaletteAnimation() = 0;
 

	
 
	/**
 
	 * Does this blitter require a separate animation buffer from the video backend?
 
	 */
 
	virtual bool NeedsAnimationBuffer()
 
	{
 
		return false;
 
	}
 

	
 
	/**
 
	 * Get the name of the blitter, the same as the Factory-instance returns.
 
	 */
 
	virtual const char *GetName() = 0;