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

11 lines
97 B
C++

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