more CCarCtrl

This commit is contained in:
Nikolay Korolev 2019-08-11 20:11:54 +03:00
commit 14b945ba08
21 changed files with 433 additions and 51 deletions

View file

@ -25,4 +25,5 @@ public:
static void TriggerMessage(char *text, int16, uint16 time, int16);
static void PrintMessages(void);
static bool HasCarBeenCrushed(int32);
static bool IsPointWithinHideOutGarage(CVector*);
};