]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/progsdefs.qh
Merge branch 'master' into TimePath/experiments/csqc_prediction
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / progsdefs.qh
index 30ebe1bdfb350c318f1d08171ea7e3dc032d2ebe..fe632ce8d97b8be2bc2aed7b87dc9581407f688a 100644 (file)
@@ -76,6 +76,9 @@ void()                PlayerPreThink;
 void()                 PlayerPostThink;
 
 void()         ClientKill;
+#ifdef DP_EXT_PRECONNECT
+void()         ClientPreConnect;
+#endif
 void()         ClientConnect;
 void()                 PutClientInServer;              // call after setting the parm1... parms
 void()         ClientDisconnect;