From 761462861fc1228e65546c4e0f877d5212320082 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 13 Apr 2019 10:29:15 -0400 Subject: fix/improve windows support --- core/include/cetris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/include') diff --git a/core/include/cetris.h b/core/include/cetris.h index e51b8c4..e41abdf 100644 --- a/core/include/cetris.h +++ b/core/include/cetris.h @@ -96,5 +96,5 @@ void wipe_board(struct cetris_game* g); void init_game(struct cetris_game* g); void update_game_tick(struct cetris_game* g); -void move_peice(struct cetris_game* g, input_t move); +void move_piece(struct cetris_game* g, input_t move); void stop_holding(struct cetris_game* g, input_t move); -- cgit v1.2.3-101-g0448