summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-03-26 05:45:46 +0000
committerkdx <kdx.42@42l.fr>2023-03-26 05:45:46 +0000
commit20d86d093f1783a2a8135c27bcea5e41cce24bb5 (patch)
tree3d25fc33f1a14210bbed377272c73ea9a71094e9 /src/player.h
parentaed7f6fa32843256b20224d1ef9f9c2d003e0e58 (diff)
downloadhyperultra-20d86d093f1783a2a8135c27bcea5e41cce24bb5.tar.gz
entity init by name
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);