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,29 @@
|
||||
#include "precompiled.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#include "prey_local.h"
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
hhWeaponRocketLauncherFireController
|
||||
|
||||
***********************************************************************/
|
||||
CLASS_DECLARATION( hhWeaponFireController, hhRocketLauncherFireController )
|
||||
END_CLASS
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
hhWeaponRocketLauncherAltFireController
|
||||
|
||||
***********************************************************************/
|
||||
CLASS_DECLARATION( hhRocketLauncherFireController, hhRocketLauncherAltFireController )
|
||||
END_CLASS
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
hhWeaponRocketLauncher
|
||||
|
||||
***********************************************************************/
|
||||
CLASS_DECLARATION( hhWeapon, hhWeaponRocketLauncher )
|
||||
END_CLASS
|
||||
|
||||
Reference in New Issue
Block a user