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

16 lines
273 B
C++

#ifndef __PREY_SPIRITSECRET_H__
#define __PREY_SPIRITSECRET_H__
class hhSpiritSecret : public idEntity {
public:
CLASS_PROTOTYPE( hhSpiritSecret );
void Spawn( void );
protected:
void Event_Activate( idEntity *activator );
};
#endif /* __PREY_SPIRITSECRET_H__ */