summaryrefslogtreecommitdiffstats
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h4
1 files changed, 3 insertions, 1 deletions
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;
}