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

20 lines
358 B
C++

#ifndef __GAME_DOCKEDGUN_H__
#define __GAME_DOCKEDGUN_H__
//==========================================================================
//
// hhDockedGun
//
//==========================================================================
class hhDockedGun : public hhShuttle {
CLASS_PROTOTYPE( hhDockedGun );
public:
void Spawn();
protected:
};
#endif