some not fully tested stuff

This commit is contained in:
Nikolay Korolev 2020-01-01 02:35:54 +03:00
commit 80453d3f4d
15 changed files with 920 additions and 42 deletions

View file

@ -6,4 +6,5 @@ class CProjectileInfo
{
public:
static bool RemoveIfThisIsAProjectile(CObject *pObject);
static bool IsProjectileInRange(float x1, float x2, float y1, float y2, float z1, float z2, bool remove);
};