VC replays

This commit is contained in:
Nikolay Korolev
2020-09-26 21:10:23 +03:00
parent 4d1182bdb1
commit f7d5021ac5
12 changed files with 574 additions and 145 deletions

View File

@@ -300,5 +300,6 @@ private:
static bool IsThisGarageTypeSafehouse(eGarageType type) { return FindSafeHouseIndexForGarageType(type) >= 0; }
friend class cAudioManager;
friend class CReplay;
friend class CGarage;
};