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

11 lines
97 B
C
Raw Normal View History

#pragma once
#pragma once
#include "Object.h"
class CProjectile : public CObject
{
public:
};