From ee891311ccc79bbc7837caac8546aac5b9bdf80f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 18:29:55 +0000 Subject: camera Overview as spectator only, join works --- src/core/application.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/application.h') diff --git a/src/core/application.h b/src/core/application.h index 1e2869a..d5c83d6 100644 --- a/src/core/application.h +++ b/src/core/application.h @@ -7,9 +7,14 @@ #ifndef __INCLUDED_CORE_APPLICATION_H__ #define __INCLUDED_CORE_APPLICATION_H__ +#include "core/cvar.h" + namespace core { +/// cvar to indicate dedicated server status +extern Cvar sv_dedicated; + /// core interface for the client and server Application classes class Application { -- cgit v1.2.3