summaryrefslogtreecommitdiff
path: root/src/weapons/ProjectileInfo.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2019-10-17 00:53:25 +0300
committerSergeanur <s.anureev@yandex.ua>2019-10-17 00:53:25 +0300
commit5b1ffb09124c7427b7efb421091179ddecc725c4 (patch)
treeac2d216a9aa6b79359371fe73b400c44fc5bca6e /src/weapons/ProjectileInfo.h
parentMerge pull request #244 from Nick007J/master (diff)
downloadre3-5b1ffb09124c7427b7efb421091179ddecc725c4.tar.gz
Some CPool and CPools funcs, restoring original logic of pool lookup loops
Diffstat (limited to 'src/weapons/ProjectileInfo.h')
-rw-r--r--src/weapons/ProjectileInfo.h9
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