#ifndef PROJECTILE_H #define PROJECTILE_H .int traileffect; void Projectile_ResetTrail(vector to); void Projectile_DrawTrail(vector to); #endif