diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2019-10-17 00:53:25 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-17 00:53:25 +0300 |
| commit | 5b1ffb09124c7427b7efb421091179ddecc725c4 (patch) | |
| tree | ac2d216a9aa6b79359371fe73b400c44fc5bca6e /src/weapons/ProjectileInfo.h | |
| parent | Merge pull request #244 from Nick007J/master (diff) | |
| download | re3-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.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 |
