From d2711061b06a95bdf0170e86c1c723a32a6527ba Mon Sep 17 00:00:00 2001 From: physick Date: Sun, 30 Aug 2026 20:12:17 +0500 Subject: collection view start --- src/puzzles/puzzle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/puzzles/puzzle.h') diff --git a/src/puzzles/puzzle.h b/src/puzzles/puzzle.h index 90ee160..a65ae6f 100644 --- a/src/puzzles/puzzle.h +++ b/src/puzzles/puzzle.h @@ -101,6 +101,7 @@ typedef enum { typedef struct CollectionElement { char *path; + char *name; struct CollectionElement *children; size_t childCount; Texture2D *icon; @@ -109,5 +110,6 @@ typedef struct CollectionElement { } CollectionElement; void InitializeCollection(CollectionElement *el); +void DrawCollectionElement(CollectionElement *el, Rectangle rec); #endif // PUZZLE_H -- cgit v1.3