]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
server: Eliminate references to cls.state in server code
[xonotic/darkplaces.git] / quakedef.h
index b0211c575809db3a498ad42b0361ad998d33690a..77a171fcb0a9ccc285ceb242fc785efe1c9cd994 100644 (file)
@@ -559,6 +559,7 @@ typedef struct host_s
 } host_t;
 
 extern host_t host;
+extern cvar_t host_isclient;
 
 void Host_InitCommands(void);
 void Host_Main(void);