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

#include "Object.h"

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