summaryrefslogtreecommitdiff
path: root/src/scenes/puzzleSelectionScene.c
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 01:54:55 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 01:54:55 +0500
commit2f811f69c13c3ad9b05d15e6510192a7dde95c71 (patch)
treef65eda3ceef69243de609560c24538e9bf38c7b1 /src/scenes/puzzleSelectionScene.c
parentda295397942073453ed9f82cc88dafd083d4c782 (diff)
scene reopen API
Diffstat (limited to 'src/scenes/puzzleSelectionScene.c')
-rw-r--r--src/scenes/puzzleSelectionScene.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenes/puzzleSelectionScene.c b/src/scenes/puzzleSelectionScene.c
index 8529e35..93b5699 100644
--- a/src/scenes/puzzleSelectionScene.c
+++ b/src/scenes/puzzleSelectionScene.c
@@ -24,6 +24,8 @@ Scene *CreateMainMenu() {
outp->Update = updateMainMenu;
outp->Draw = drawMainMenu;
outp->Deint = deinitMainMenu;
+ outp->Reopen = NULL;
+ outp->GetCurrentState = NULL;
outp->IsTransparent = false;
return outp;
}