mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 14:09:22 +00:00
some not fully tested stuff
This commit is contained in:
parent
5ef291ddf2
commit
80453d3f4d
15 changed files with 920 additions and 42 deletions
|
@ -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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue