From d1a1ebd54cabc6646f20f6b1b341751a2bf3c2ec Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sun, 2 Aug 2026 22:52:27 +0500 Subject: puzzle parser --- src/puzzles/puzzle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/puzzles/puzzle.h') diff --git a/src/puzzles/puzzle.h b/src/puzzles/puzzle.h index e7aebb1..20193ca 100644 --- a/src/puzzles/puzzle.h +++ b/src/puzzles/puzzle.h @@ -56,8 +56,7 @@ typedef struct { Test *Tests; } Puzzle; -// TODO -void ReadPuzzleFromFile(const char *path); +Puzzle *ReadPuzzleFromFile(const char *path); void FreePuzzle(Puzzle *self); /// A prebuilt puzzle. Used for debuging -- cgit v1.3