package flow
func (f *Flow) linkLoadGame() {
// Load game
f.onClick(loadGame, "3.3", f.returnToLastDriver(loadGame)) // Cancel button
}