summaryrefslogtreecommitdiff
path: root/src/deathpart.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/deathpart.h
parentaed7f6fa32843256b20224d1ef9f9c2d003e0e58 (diff)
downloadhyperultra-20d86d093f1783a2a8135c27bcea5e41cce24bb5.tar.gz
entity init by name
Diffstat (limited to 'src/deathpart.h')
-rw-r--r--src/deathpart.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/deathpart.h b/src/deathpart.h
index e62b8ef..e3316ac 100644
--- a/src/deathpart.h
+++ b/src/deathpart.h
@@ -3,8 +3,3 @@
typedef struct {
int skip;
} DeathPart;
-
-struct Entity;
-struct Game;
-
-struct Entity *deathpart_init(struct Entity *this, int x, int y);