Files
DoomRTX/neo/prey/Prey/particles_particles.h
T
2026-05-05 15:01:01 -07:00

13 lines
236 B
C++

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