aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-04 17:33:44 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-04 17:33:44 +0000
commit997a3c23ad0175f82feb37f400762ecf08545e2c (patch)
treec4b8ea95f49ef2138972188f1cdf2ed38371d2aa /src/game.h
parentf30bb8be1f801d66590699e317fae455e35af3eb (diff)
Disable OpenGL stuff at the command line
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@71 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 75e624b..1b5d956 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(int width, int height);
+extern Game *game_new(int width, int height, int disable_vbos, int disable_fbos, int disable_shaders);
extern Room *game_find_room(Game *game, int rx, int ry, int rz);
extern void game_pause(Game *game);