]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
VM_sprintf: use intmax_t for integer types
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index ef7ee4081e2f2baed8e0f196583077c41d682667..72ed8b9833276176d2a10a9878b5cc5e4594528a 100644 (file)
--- a/host.c
+++ b/host.c
@@ -97,6 +97,7 @@ Host_AbortCurrentFrame
 aborts the current host frame and goes on with the next one
 ================
 */
+void Host_AbortCurrentFrame(void) DP_FUNC_NORETURN;
 void Host_AbortCurrentFrame(void)
 {
        // in case we were previously nice, make us mean again