1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 14:07:37 +00:00
re3/src/objects/Projectile.h

12 lines
118 B
C
Raw Normal View History

#pragma once
#pragma once
#include "Object.h"
class CProjectile : public CObject
{
public:
2020-01-07 15:26:23 +00:00
CProjectile(int32);
};