blob: cf6718d9cd79bbb7163542255f5fe5bb5f5dadfe [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
part of solitaire;
enum SolitairePhase { Deal, Play, Score }