Merge branch 'master' into master

This commit is contained in:
Nikolay Korolev
2020-04-06 19:26:04 +03:00
committed by GitHub
157 changed files with 17781 additions and 4127 deletions

View File

@@ -62,6 +62,8 @@ public:
static int32 &CarsCrushed;
static int32(&FastestTimes)[TOTAL_FASTEST_TIMES];
static int32(&HighestScores)[TOTAL_HIGHEST_SCORES];
static int32 &KgOfExplosivesUsed;
static int32 &CarsCrushed;
public:
static void RegisterFastestTime(int32, int32);