Full CGameLogic

This commit is contained in:
Sergeanur 2019-10-08 00:29:30 +03:00
commit 69963cea68
19 changed files with 400 additions and 6 deletions

View file

@ -27,4 +27,5 @@ public:
static bool HasCarBeenCrushed(int32);
static bool IsPointWithinHideOutGarage(CVector&);
static bool IsPointWithinAnyGarage(CVector&);
static void PlayerArrestedOrDied();
};