GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
options_menu.h File Reference

Options menu state functions. More...

Go to the source code of this file.

Functions

void game_options_menu_change_background (void)
 Change the options menu background.
 
void game_options_menu_on_init (void)
 Options menu state initialization.
 
void game_options_menu_on_update (void)
 Options menu state update.
 
void game_options_menu_on_exit (void)
 Options menu cleanup (called when going back to main menu)
 

Detailed Description

Options menu state functions.

Definition in file options_menu.h.

Function Documentation

◆ game_options_menu_change_background()

void game_options_menu_change_background ( void  )

Change the options menu background.

Definition at line 359 of file options_menu.c.

◆ game_options_menu_on_exit()

void game_options_menu_on_exit ( void  )

Options menu cleanup (called when going back to main menu)

Definition at line 429 of file options_menu.c.

◆ game_options_menu_on_init()

void game_options_menu_on_init ( void  )

Options menu state initialization.

Definition at line 399 of file options_menu.c.

◆ game_options_menu_on_update()

void game_options_menu_on_update ( void  )

Options menu state update.

Definition at line 415 of file options_menu.c.