From 6d3965b35edf5f03cd065d42af31867acf1f4637 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 24 Dec 2009 02:47:35 +0100 Subject: Make shadow volumes visible --- src/Game.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Game.h') diff --git a/src/Game.h b/src/Game.h index f6b775b..7f936b4 100644 --- a/src/Game.h +++ b/src/Game.h @@ -38,10 +38,12 @@ class Game { RIGHT = (1 << 3) }; - Game(bool multisample); + Game(); bool loadLevel(const std::string &name); + void resize(int width, int height); + void setInput(unsigned input) { this->input = input; } -- cgit v1.2.3