diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapons/ProjectileInfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h new file mode 100644 index 00000000..f4753b28 --- /dev/null +++ b/src/weapons/ProjectileInfo.h @@ -0,0 +1,9 @@ +#pragma once
+
+class CObject;
+
+class CProjectileInfo
+{
+public:
+ static bool RemoveIfThisIsAProjectile(CObject *pObject);
+};
\ No newline at end of file |