mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "precompiled.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#include "prey_local.h"
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// hhDockedGun
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
CLASS_DECLARATION(hhShuttle, hhDockedGun)
|
||||
END_CLASS
|
||||
|
||||
void hhDockedGun::Spawn() {
|
||||
}
|
||||
Reference in New Issue
Block a user