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/gameinterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameinterface.h') diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h index 69cd588..b6d7cb6 100644 --- a/src/core/gameinterface.h +++ b/src/core/gameinterface.h @@ -54,6 +54,9 @@ public: /// returns true if the game server can run a time frime virtual bool running() = 0; + /// returns true if the game is running an interactive module + virtual bool interactive() = 0; + /*----- mutators ------------------------------------------------- */ /// clear all game variables, game functions and entities -- cgit v1.2.3