summaryrefslogtreecommitdiffstats
path: root/src/objects/Projectile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/Projectile.h')
-rw-r--r--src/objects/Projectile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/Projectile.h b/src/objects/Projectile.h
index 4d5041f8..2f2b541c 100644
--- a/src/objects/Projectile.h
+++ b/src/objects/Projectile.h
@@ -7,4 +7,5 @@
class CProjectile : public CObject
{
public:
+ CProjectile(int32);
};