]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/csqcprojectile.qh
r6766 | div0 | 2009-05-24 06:40:30 -0400 (Sun, 24 May 2009) | 2 lines
[divverent/nexuiz.git] / data / qcsrc / server / csqcprojectile.qh
1 .float csqcprojectile_clientanimate;
2
3 void CSQCProjectile(entity e, float clientanimate, float type, float docull);
4 void UpdateCSQCProjectile(entity e);
5 void UpdateCSQCProjectileNextFrame(entity e);
6 void CSQCProjectile_Check(entity e);