blob: 314046fa030a961b42f4136a1ef9c60962cd20a1 [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.
library proto;
import '../card.dart' show Card;
import '../game/game.dart'
show Game, GameArrangeData, GameType, GameCommand, GameLog;
part 'proto_command.part.dart';
part 'proto_game.part.dart';
part 'proto_log.part.dart';