]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
added -demo and -demolooponly options. -demo starts the wanted demo and then shuts...
[xonotic/darkplaces.git] / quakedef.h
index 041280dbe7642d62d62a887210388ae482f1b0f0..1c3dadd0d7e9dd8873a2a7c80502d4f1c26c0b67 100644 (file)
@@ -243,6 +243,8 @@ void Host_ClientCommands(const char *fmt, ...);
 void Host_ShutdownServer(qboolean crash);
 void Host_Reconnect_f(void);
 
+void Host_AbortCurrentFrame(void);
+
 // skill level for currently loaded level (in case the user changes the cvar while the level is running, this reflects the level actually in use)
 extern int current_skill;