summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index 01230d5..c444be8 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -22,4 +22,4 @@ bool entity_collide(Entity *this, 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);
+Entity *entity_init(Entity *this, unsigned int type, int x, int y, int w, int h);