X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fent_cs.qh;h=1cfc854c0964184ddb5f37cc10413171212911b8;hb=c51698509e174e343dff48128a1dcfff1527c535;hp=05821f9ba3081b9ff19694940ae5662f581fd000;hpb=e3507f4fdbc2b3e15b663365e57e0aa60f3cf1a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ent_cs.qh b/qcsrc/server/ent_cs.qh index 05821f9ba..1cfc854c0 100644 --- a/qcsrc/server/ent_cs.qh +++ b/qcsrc/server/ent_cs.qh @@ -11,22 +11,16 @@ * in onslaught... YAY ;) */ -// Beware: do not redefine those in other files -// and NO, you cannot use ".version", which already exists (at least -// it did when I added this) But you have to use .Version -// Capital V - .entity entcs; -void entcs_init(); - float entcs_customize(); -float entcs_send(entity to, int sf); +bool entcs_send(entity this, entity to, int sf); void entcs_think(); -entity attach_entcs(); +entity attach_entcs(entity e); + +void detach_entcs(entity e); -void detach_entcs(); #endif