mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 16:20:42 +02:00
13 lines
236 B
C++
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 |