summaryrefslogtreecommitdiff
path: root/inc/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/game.h')
-rw-r--r--inc/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/game.h b/inc/game.h
index 25e1def..251abe0 100644
--- a/inc/game.h
+++ b/inc/game.h
@@ -29,7 +29,7 @@ void g_map_next();
void g_map_restart();
Map *g_map();
void g_update();
-void g_draw();
+void g_draw(int x, int y);
Entity *g_new_entity(const char *type, bool init);
Entity *g_new_entity_t2c(const Tiled2cObject *t2c);
Entity *g_get_entity(const char *type);