]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/weapons/projectile.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
1 #ifndef PROJECTILE_H
2 #define PROJECTILE_H
3
4 .int traileffect;
5 void Projectile_ResetTrail(vector to);
6 void Projectile_DrawTrail(vector to);
7 #endif