1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 03:48:41 +00:00
re3/src/entities/Projectile.h
2019-06-30 13:59:55 +03:00

12 lines
153 B
C++

#pragma once
#pragma once
#include "Object.h"
class CProjectile : public CObject
{
public:
void dtor(void) { this->CProjectile::~CProjectile(); }
};