garage update part 2

This commit is contained in:
Nikolay Korolev
2020-03-28 20:52:25 +03:00
parent 9fb101fdd9
commit 775bc3e666
8 changed files with 681 additions and 143 deletions

View File

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