mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 12:40:25 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// COMMENTED OUT
|
||||
#ifndef __PREY_PARTICLES_PARTICLES__
|
||||
#define __PREY_PARTICLES_PARTICLES__
|
||||
|
||||
class hhSmokeParticles : public idSmokeParticles {
|
||||
public:
|
||||
hhSmokeParticles();
|
||||
|
||||
protected:
|
||||
static const idVec3 defaultDir;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user