mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 04:30:12 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef ID_DEMO_BUILD //HUMANHEAD jsh PCF 5/26/06: code removed for demo build
|
||||
#ifndef __HH_PROJECTILE_BOUNCE_H
|
||||
#define __HH_PROJECTILE_BOUNCE_H
|
||||
|
||||
class hhProjectileBounce : public hhProjectile {
|
||||
CLASS_PROTOTYPE( hhProjectileBounce );
|
||||
void Event_Collision_Bounce( const trace_t* collision, const idVec3 &velocity );
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif //HUMANHEAD jsh PCF 5/26/06: code removed for demo build
|
||||
Reference in New Issue
Block a user