summaryrefslogtreecommitdiffhomepage
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 4fea483..e6d8f66 100644
--- a/src/player.h
+++ b/src/player.h
@@ -12,3 +12,6 @@ Player;
void
drawPlayer(Player *player);
+
+void
+movePlayer(Player *player);