From e9078b6980eaf22c1f6352930bd36d4a9e85a4b0 Mon Sep 17 00:00:00 2001 From: scratko Date: Thu, 21 Nov 2024 23:01:56 +0300 Subject: Including resources in the object file Convert pictures to array data (image_converter/converter.c) Resources are located in image_converter/resources.o --- puzzle.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'puzzle.hpp') 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& tmp_puzzle); friend class PuzzleGame; friend class ASearch; -- cgit v1.2.3