diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
| commit | 52ab86e5f55b189aea4198fe4d15a29c4d3c9d57 (patch) | |
| tree | b37655113dcb04255fba127291eff05a92807881 /src/scenes/scenes.h | |
| parent | 40d500949686c3b2ea229eb3c7fe4e2f252785af (diff) | |
distraction scene init
Diffstat (limited to 'src/scenes/scenes.h')
| -rw-r--r-- | src/scenes/scenes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenes/scenes.h b/src/scenes/scenes.h index b7fdf02..335a139 100644 --- a/src/scenes/scenes.h +++ b/src/scenes/scenes.h @@ -30,6 +30,7 @@ bool UpdateScene(); Scene *CreateMainMenu(); Scene *CreatePuzzleScene(Puzzle *puzzle); +Scene *CreateDistractionScene(DistractionPuzzle *puzzle, void (*addTime)(Scene *, size_t)); Scene *CreateResultView(SubmitionResult *result); #endif // SCENES_H |
