summaryrefslogtreecommitdiff
path: root/src/scenes/mainMenu.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/mainMenu.c
parentda295397942073453ed9f82cc88dafd083d4c782 (diff)
scene reopen API
Diffstat (limited to 'src/scenes/mainMenu.c')
-rw-r--r--src/scenes/mainMenu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenes/mainMenu.c b/src/scenes/mainMenu.c
index 8529e35..3a857cd 100644
--- a/src/scenes/mainMenu.c
+++ b/src/scenes/mainMenu.c
@@ -25,5 +25,7 @@ Scene *CreateMainMenu() {
outp->Draw = drawMainMenu;
outp->Deint = deinitMainMenu;
outp->IsTransparent = false;
+ outp->Reopen = NULL;
+ outp->GetCurrentState = NULL;
return outp;
}