// COMMENTED OUT #ifndef __PREY_PARTICLES_PARTICLES__ #define __PREY_PARTICLES_PARTICLES__ class hhSmokeParticles : public idSmokeParticles { public: hhSmokeParticles(); protected: static const idVec3 defaultDir; }; #endif