mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-21 21:16:22 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
#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__ */
|
||||
Reference in New Issue
Block a user