blob: 0213bf52e1ce159a46cc948210fbcecd3d5bf5c5 [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, GameType, GameCommand, GameLog;
part 'proto_command.part.dart';
part 'proto_game.part.dart';
part 'proto_log.part.dart';