diff options
Diffstat (limited to 'puzzle.hpp')
-rw-r--r-- | puzzle.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ private: bool IsSolvability(); void CreateNewPuzzles(); void SelectRandomPicture(); + Fl_PNG_Image *LoadPictureParts(std::unique_ptr<Puzzle>& tmp_puzzle); friend class PuzzleGame; friend class ASearch; |