30 #ifndef LAB_TILEPUZZLE_H 31 #define LAB_TILEPUZZLE_H 33 #include "common/savefile.h" 43 Image *_numberImages[10];
44 uint16 _curTile[4][4];
51 void showTileLock(
const Common::String filename,
bool showSolution);
72 void changeCombination(uint16 number);
77 void changeTile(uint16 col, uint16 row);
82 void doTile(
bool showsolution);
87 void doTileScroll(uint16 col, uint16 row, uint16 scrolltype);
88 void scrollRaster(int16 dx, int16 dy, uint16 x1, uint16 y1, uint16 x2, uint16 y2, byte *buffer);
93 #endif // LAB_TILEPUZZLE_H
Definition: savefile.h:54
Definition: speciallocks.h:39
void tileClick(Common::Point pos)
void combinationClick(Common::Point pos)
Definition: movie_decoder.h:32