summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index 532bd12..464b81f 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -34,3 +34,4 @@ bool entity_collide(Entity *this, struct Game *g, int ox, int oy);
bool entity_meet(Entity *this, Entity *other);
Entity *entity_place_meeting(Entity *this, struct Game *g, unsigned int type);
void entity_move(Entity *this, struct Game *g);
+Entity *entity_init(Entity *this, unsigned int type, int x, int y);