Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: samples/pop_pop_win/lib/src/stage.dart

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added Alex to authors Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/pop_pop_win/lib/src/stage.dart
diff --git a/samples/pop_pop_win/lib/src/stage.dart b/samples/pop_pop_win/lib/src/stage.dart
new file mode 100644
index 0000000000000000000000000000000000000000..f05b3f47bfdb6c294e2d241846b3a5d654a32492
--- /dev/null
+++ b/samples/pop_pop_win/lib/src/stage.dart
@@ -0,0 +1,4 @@
+library pop_pop_win.stage;
+
+export 'stage/game_element.dart' show titleClickedEvent;
+export 'stage/game_root.dart';

Powered by Google App Engine
This is Rietveld 408576698