blob: f12361f13f0db68a933a17b01b60e729e3e35671 [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';