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

#pragma once

#include "Object.h"

class CProjectile : public CObject
{
public:
};