mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 20:50:58 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
#ifndef __GAME_PORTALFRAME_H__
|
||||
#define __GAME_PORTALFRAME_H__
|
||||
|
||||
|
||||
class hhPortalFrame : public idEntity {
|
||||
public:
|
||||
CLASS_PROTOTYPE( hhPortalFrame );
|
||||
|
||||
void Spawn( void );
|
||||
};
|
||||
|
||||
|
||||
#endif /* __GAME_PORTALFRAME_H__ */
|
||||
Reference in New Issue
Block a user