src/blitter/base.hpp
changeset 6989 1768ca0091cb
parent 6985 d50d59dca7c1
child 8121 3bc6351e7369
equal deleted inserted replaced
6988:980738eadcc2 6989:1768ca0091cb
   177 	 * Check if the blitter uses palette animation at all.
   177 	 * Check if the blitter uses palette animation at all.
   178 	 * @return True if it uses palette animation.
   178 	 * @return True if it uses palette animation.
   179 	 */
   179 	 */
   180 	virtual Blitter::PaletteAnimation UsePaletteAnimation() = 0;
   180 	virtual Blitter::PaletteAnimation UsePaletteAnimation() = 0;
   181 
   181 
       
   182 	/**
       
   183 	 * Get the naem of the blitter, the same as the Factory-instance returns.
       
   184 	 */
       
   185 	virtual const char *GetName() = 0;
       
   186 
   182 	virtual ~Blitter() { }
   187 	virtual ~Blitter() { }
   183 };
   188 };
   184 
   189 
   185 #endif /* BLITTER_BASE_HPP */
   190 #endif /* BLITTER_BASE_HPP */