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,19 @@
|
||||
#ifndef __GAME_DOCKEDGUN_H__
|
||||
#define __GAME_DOCKEDGUN_H__
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// hhDockedGun
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
class hhDockedGun : public hhShuttle {
|
||||
CLASS_PROTOTYPE( hhDockedGun );
|
||||
|
||||
public:
|
||||
void Spawn();
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user