mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 20:19:50 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#ifndef __HH_GAME_LIGHT_H
|
||||
#define __HH_GAME_LIGHT_H
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
||||
hhLight
|
||||
|
||||
===============================================================================
|
||||
*/
|
||||
|
||||
class hhLight : public idLight {
|
||||
CLASS_PROTOTYPE( hhLight );
|
||||
|
||||
public:
|
||||
void SetLightCenter( idVec3 center );
|
||||
|
||||
void StartAltSound();
|
||||
|
||||
protected:
|
||||
void Event_SetTargetHandles( void );
|
||||
void Event_StartAltMode();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user