summaryrefslogtreecommitdiff
path: root/src/deathpart.h
diff options
context:
space:
mode:
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);