blob: 42b25f3245c4ccb1694502148a9fe2184147f5b4 [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 hearts;
enum HeartsPhase { StartGame, Deal, Pass, Take, Play, Score }