back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/puzzle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'puzzle.hpp')
-rw-r--r--puzzle.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puzzle.hpp b/puzzle.hpp
index 9b01cc6..11c5fae 100644
--- a/puzzle.hpp
+++ b/puzzle.hpp
@@ -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;