22 #ifndef GRAPHICS_LARRYSCALE_H 23 #define GRAPHICS_LARRYSCALE_H 25 #include "common/scummsys.h" 47 typedef byte LarryScaleColor;
51 virtual const LarryScaleColor *readRow(
int y) = 0;
57 virtual void writeRow(
int y,
const LarryScaleColor *row) = 0;
72 int srcWidth,
int srcHeight,
73 LarryScaleColor transparentColor,
75 int dstWidth,
int dstHeight,
Definition: larryScale.h:55
Definition: larryScale.h:49
Definition: formatinfo.h:28