equal
deleted
inserted
replaced
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 */ |