mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
19 lines
379 B
C
19 lines
379 B
C
#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__
|