@ -24,7 +24,7 @@ struct game {
};
// Returns pointer to newly allocated state
void* init_game();
void* init_game(struct game *game);
void update_game(struct game *game, int key);
void draw_game(struct game *game);
The note is not visible to the blocked user.