From 5b1ffb09124c7427b7efb421091179ddecc725c4 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 17 Oct 2019 00:53:25 +0300 Subject: Some CPool and CPools funcs, restoring original logic of pool lookup loops --- src/weapons/ProjectileInfo.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/weapons/ProjectileInfo.h (limited to 'src/weapons/ProjectileInfo.h') 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 -- cgit v1.2.3