summaryrefslogtreecommitdiffstats
path: root/src/objects/Projectile.h
blob: 2f2b541c685367de2488a03c2e1626fd424bb611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#pragma once

#include "Object.h"

class CProjectile : public CObject
{
public:
	CProjectile(int32);
};