29 #ifndef TOON_PICTURE_H 30 #define TOON_PICTURE_H 32 #include "common/stream.h" 33 #include "common/array.h" 34 #include "common/func.h" 35 #include "common/path.h" 37 #include "toon/toon.h" 53 void drawLineOnMask(int16 x, int16 y, int16 x2, int16 y2,
bool walkable);
54 void floodFillNotWalkableOnMask(int16 x, int16 y);
55 uint8 getData(int16 x, int16 y);
56 uint8 *getDataPtr() {
return _data; }
57 int16 getWidth()
const {
return _width; }
58 int16 getHeight()
const {
return _height; }
65 int32 _paletteEntries;