Update 'a3/game.h'

This commit is contained in:
Anzhelika Nikolaieva 2023-04-23 10:58:18 +00:00
parent 703ce06f9b
commit c1500bf3d4

View File

@ -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);