From 840f9b8678f607aecc15d47bc77248c4ac8b8574 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Feb 2008 00:54:30 +0000 Subject: tweaked console client status with timer and fps core connect/disconnect --- src/game/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 29f3e1b..f9c6667 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -27,7 +27,7 @@ namespace game class Game : public core::GameInterface { public: /// initialize the game - void init(); + bool init(); /// shutdown the game void shutdown(); /// execute one game grame -- cgit v1.2.3