aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-13 23:03:53 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-13 23:03:53 +0000
commit1cb8424a50f47fbc0cd087ccdaef51af26c60446 (patch)
tree6e3a9bbbde1f3b08c3cfb9ced06ccbbead7f6fe2 /src/game.h
parent14e45c579c33d482e822b781061711f578ee3b2d (diff)
Stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@7 84d2e878-0bd5-11dd-ad15-13eda11d74c5
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);