summaryrefslogblamecommitdiffstats
path: root/src/objects/Projectile.h
blob: 2f2b541c685367de2488a03c2e1626fd424bb611 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                  
                           
  
#pragma once

#pragma once

#include "Object.h"

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