diff options
Diffstat (limited to 'src/core/application.h')
-rw-r--r-- | src/core/application.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |