garages part 1

This commit is contained in:
Nikolay Korolev 2020-03-28 15:24:13 +03:00
commit 268f92bfbe
13 changed files with 795 additions and 50 deletions

View file

@ -53,6 +53,7 @@ public:
static int32 &TotalNumberMissions;
static int32(&FastestTimes)[TOTAL_FASTEST_TIMES];
static int32(&HighestScores)[TOTAL_HIGHEST_SCORES];
static int32 &KgOfExplosivesUsed;
public:
static void RegisterFastestTime(int32, int32);