Information about a currently running set of games. More...

Data Fields | |
| uint32_t | cheat |
| uint32_t | games_left |
| struct skel_level * | level_info |
| uint32_t | total_games |
Information about a currently running set of games.
Definition at line 141 of file app_skel.c.
| uint32_t cheat |
How many games are left to play in this set
Definition at line 144 of file app_skel.c.
| uint32_t games_left |
The total number of games for this call to to the app
Definition at line 143 of file app_skel.c.
Referenced by handle_skel_show_games().
| struct skel_level* level_info |
Whether or not cheating was enabled for the game
Definition at line 145 of file app_skel.c.
Referenced by handle_skel_show_games(), skel_game_alloc(), and skel_game_destructor().
| uint32_t total_games |
Definition at line 142 of file app_skel.c.
Referenced by handle_skel_show_games().