diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-02 22:52:27 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-02 22:52:27 +0500 |
| commit | d1a1ebd54cabc6646f20f6b1b341751a2bf3c2ec (patch) | |
| tree | 71f7d5d2d0c5960b25e95f99981c5a2c330302be /src/puzzles/puzzle.h | |
| parent | 5af3200076b72e2f9f19c202ab9d2a7364004017 (diff) | |
puzzle parser
Diffstat (limited to 'src/puzzles/puzzle.h')
| -rw-r--r-- | src/puzzles/puzzle.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
