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

@ -39,4 +39,5 @@ public:
static void DeActivateGarage(int16);
static int32 QueryCarsCollected(int16);
static bool HasThisCarBeenCollected(int16, uint8);
static void ChangeGarageType(int16, int8); //TODO: eGarageType
};