]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
add a gamecommand "nextframe" to help automate map screenshots
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 4b0526815d65763eb11f2cbe7b51e2596a060ec4..485e190b9e47b0550a4e5cbaf3e809357f7548b8 100644 (file)
@@ -297,3 +297,7 @@ void WriteApproxPastTime(float dst, float t);
 #ifdef CSQC
 float ReadApproxPastTime();
 #endif
+
+// execute-stuff-next-frame subsystem
+void execute_next_frame();
+void queue_to_execute_next_frame(string s);