diff options
author | scratko <m@scratko.xyz> | 2024-11-21 23:01:56 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-11-22 01:48:47 +0300 |
commit | 2f17165bd4c86885a75424d4f0ce6198c46c84b4 (patch) | |
tree | adca6245c4f5859f271bd5880175fd56c603fd2c /puzzle.hpp | |
parent | ca449b813cef6c8f7348ff51302f125587a90a53 (diff) | |
download | picture-puzzle-2f17165bd4c86885a75424d4f0ce6198c46c84b4.tar.gz picture-puzzle-2f17165bd4c86885a75424d4f0ce6198c46c84b4.tar.bz2 picture-puzzle-2f17165bd4c86885a75424d4f0ce6198c46c84b4.zip |
Including resources in the object file
Convert pictures to array data (image_converter/converter.c)
Resources are located in image_converter/resources.o
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; |