GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
round_end.h
Go to the documentation of this file.
1
6#ifndef GAME_ROUND_END_H
7#define GAME_ROUND_END_H
8
13
17void game_round_end_on_init(void);
18
23
27void game_round_end_on_exit(void);
28
29#endif // GAME_ROUND_END_H
void game_round_end_on_exit(void)
Round end cleanup.
Definition round_end.c:461
void game_round_end_on_init(void)
Round end state initialization.
Definition round_end.c:449
void game_round_end_on_update(void)
Round end state update.
Definition round_end.c:456
void game_round_end_change_background(void)
Change to the round end background.
Definition round_end.c:440