From 381c729e777b50771626703e60b422aafc791513 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 29 Sep 2008 18:01:35 +0000 Subject: adds introduction screen to the client --- src/core/gameserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameserver.h') diff --git a/src/core/gameserver.h b/src/core/gameserver.h index b25f1a0..0dfdd9d 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -33,6 +33,9 @@ public: /// returns true if the game server can not run a time frime inline bool error() { return !server_running; } + /// returns true if the game is running an interactive module + bool interactive(); + /// show the current time void showtime(); -- cgit v1.2.3