mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-21 13:10:37 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef __HH_PROJECTILE_AUTOCANNON_GRENADE_H
|
||||
#define __HH_PROJECTILE_AUTOCANNON_GRENADE_H
|
||||
|
||||
class hhProjectileAutoCannonGrenade : public hhProjectile {
|
||||
CLASS_PROTOTYPE( hhProjectileAutoCannonGrenade )
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user