Game piece data. More...
Data Fields | |
| uint8_t | pair |
| Which pair the piece belongs to. | |
| bool | found |
| Flag indicating that the piece has been found. | |
Game piece data.
Definition at line 236 of file app_memgame.c.
| bool memgame_piece::found |
Flag indicating that the piece has been found.
Definition at line 240 of file app_memgame.c.
Referenced by memgame_start_new_game(), and memgame_update().
Which pair the piece belongs to.
Definition at line 238 of file app_memgame.c.
Referenced by memgame_draw_piece(), memgame_start_new_game(), and memgame_update().
1.6.3