aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index d69562c..75e624b 100644
--- a/src/game.h
+++ b/src/game.h
@@ -21,7 +21,7 @@
#include "types.h"
extern void game_check_handoff(Game *game);
-extern Game *game_new(void);
+extern Game *game_new(int width, int height);
extern Room *game_find_room(Game *game, int rx, int ry, int rz);
extern void game_pause(Game *game);