summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-04-13 10:29:15 -0400
committerAndrew Opalach <andrew@akon.city> 2019-04-13 10:29:15 -0400
commit761462861fc1228e65546c4e0f877d5212320082 (patch)
treefb067d12572db585ece48dd61a5df71b0aa0f81c /core/include
parent64bd072a1ef349fedc1364a221a19ce71c368e72 (diff)
downloadcetris-761462861fc1228e65546c4e0f877d5212320082.tar.gz
cetris-761462861fc1228e65546c4e0f877d5212320082.tar.bz2
cetris-761462861fc1228e65546c4e0f877d5212320082.zip
fix/improve windows support
Diffstat (limited to 'core/include')
-rw-r--r--core/include/cetris.h2
1 files changed, 1 insertions, 1 deletions
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);