summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/player.h b/src/player.h
index 381fe46..a405e97 100644
--- a/src/player.h
+++ b/src/player.h
@@ -10,8 +10,3 @@ typedef struct {
double angle;
int dirx;
} Player;
-
-struct Entity;
-struct Game;
-
-struct Entity *player_init(struct Entity *this, int x, int y);