| Index: samples/pop_pop_win/lib/src/platform.dart
|
| diff --git a/samples/pop_pop_win/lib/src/html.dart b/samples/pop_pop_win/lib/src/platform.dart
|
| similarity index 62%
|
| rename from samples/pop_pop_win/lib/src/html.dart
|
| rename to samples/pop_pop_win/lib/src/platform.dart
|
| index d01fdbc74b72460038aae5a273fd0a8711924fb7..900b174dff693fcdb0a290b71cad69e96b044998 100644
|
| --- a/samples/pop_pop_win/lib/src/html.dart
|
| +++ b/samples/pop_pop_win/lib/src/platform.dart
|
| @@ -1,18 +1,7 @@
|
| -library pop_pop_win.html;
|
| +library pop_pop_win.platform;
|
|
|
| -import 'dart:async';
|
| -import 'dart:html';
|
| -
|
| -import 'package:bot/bot.dart';
|
| import 'package:pop_pop_win/platform_target.dart';
|
|
|
| -import 'game.dart';
|
| -
|
| -part 'html/high_score_view.dart';
|
| -part 'html/game_view.dart';
|
| -part 'html/game_storage.dart';
|
| -part 'html/game_manager.dart';
|
| -
|
| PlatformTarget _platformImpl;
|
|
|
| void initPlatform(PlatformTarget value) {
|
|
|