]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qh
Make things slightly less broken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qh
index 6c643962a65678ab19643cc48a2300536aab2ee0..42895575518e5dfd188eb0339224ea1117d14007 100644 (file)
@@ -46,6 +46,10 @@ void drawborderlines(float thickness, vector pos, vector dim, vector color, floa
 
 void drawpic_tiled(vector pos, string pic, vector sz, vector area, vector color, float theAlpha, float drawflag);
 
+void defer(float fdelay, void() func);
+
+void defer_clear(entity ent);
+
 // drawpic wrapper to draw an image as large as possible with preserved aspect ratio into a box
 float _drawpic_imgaspect;
 vector _drawpic_imgsize;