| Index: samples/pop_pop_win/lib/src/game.dart
|
| diff --git a/samples/pop_pop_win/lib/src/game.dart b/samples/pop_pop_win/lib/src/game.dart
|
| index 57c7327cdea43d199adf9b2e503a6ede7b1ac168..f2261459ec324022a2d4cef6373d99f28dc4b491 100644
|
| --- a/samples/pop_pop_win/lib/src/game.dart
|
| +++ b/samples/pop_pop_win/lib/src/game.dart
|
| @@ -1,8 +1,10 @@
|
| library pop_pop_win.game;
|
|
|
| import 'dart:async';
|
| -import 'dart:math' as math;
|
| -import 'package:bot/bot.dart';
|
| +import 'dart:collection';
|
| +import 'dart:math';
|
| +
|
| +import 'package:bot/bot.dart' show Array2d, require;
|
|
|
| part 'game/field.dart';
|
| part 'game/game.dart';
|
|
|