1
0
mirror of https://github.com/td512/re3.git synced 2026-01-16 16:07:13 +00:00
td512.re3/src/objects/Projectile.h

11 lines
97 B
C++

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