summaryrefslogtreecommitdiff
path: root/src/exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit.h')
-rw-r--r--src/exit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exit.h b/src/exit.h
index 5ea3418..c35a83c 100644
--- a/src/exit.h
+++ b/src/exit.h
@@ -3,8 +3,3 @@
typedef struct {
int dir;
} Exit;
-
-struct Entity;
-struct Game;
-
-struct Entity *exit_init(struct Entity *this, int x, int y);