mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 12:40:25 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef __PREY_EVENTS_H__
|
||||
#define __PREY_EVENTS_H__
|
||||
|
||||
|
||||
/*
|
||||
extern const idEventDef EV_Kill;
|
||||
|
||||
extern const idEventDef EV_Trigger;
|
||||
extern const idEventDef EV_Retrigger;
|
||||
extern const idEventDef EV_UnTrigger;
|
||||
extern const idEventDef EV_PollForUntouch;
|
||||
|
||||
extern const idEventDef EV_Hit;
|
||||
extern const idEventDef EV_Stay;
|
||||
extern const idEventDef EV_Double;
|
||||
*/
|
||||
|
||||
#endif // __PREY_EVENTS_H__
|
||||
Reference in New Issue
Block a user