Fixing Projectile code

This commit is contained in:
Sergeanur
2020-01-07 17:26:23 +02:00
parent f9316d9cc3
commit f7e962beaa
8 changed files with 47 additions and 34 deletions

View File

@@ -7,4 +7,5 @@
class CProjectile : public CObject
{
public:
CProjectile(int32);
};