X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fprogsdefs.qh;h=fe632ce8d97b8be2bc2aed7b87dc9581407f688a;hb=d97a0d3f8368ce27d3eada5d6227eab402f30b1c;hp=fadb67d9c947fee8cfff77d8e74e500f7f442317;hpb=95ed1de5ec246281554c992977d206b4c2bc2c32;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/progsdefs.qh b/qcsrc/dpdefs/progsdefs.qh index fadb67d9c..fe632ce8d 100644 --- a/qcsrc/dpdefs/progsdefs.qh +++ b/qcsrc/dpdefs/progsdefs.qh @@ -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; @@ -505,4 +508,4 @@ void(entity e) setspawnparms = #78; // set parm1... to the // for coop respawn //============================================================================ -#endif \ No newline at end of file +#endif