add newer versions

This commit is contained in:
Bartek Dobrowolski-Nowakowski
2022-04-15 19:06:10 +02:00
parent e0a219a727
commit 07743bbf25
519 changed files with 82346 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#Include Races\PanAm.ahk
#Include Races\Tokyo.ahk
GoTo EndRaceDef
Race:
Switch RaceChoice
{
case "PanAm":
Race_PANAM()
return
case "Tokyo":
Race_Tokyo()
return
}
return
EndRaceDef: