Split singe file into set of src files

This commit is contained in:
DMK
2021-08-01 21:13:25 +03:00
parent 8d51d69ab3
commit 186870e770
7 changed files with 312 additions and 306 deletions

5
lib/index.dart Normal file
View File

@@ -0,0 +1,5 @@
export 'src/dartsunfish.dart';
export 'src/extentions.dart';
export 'src/globals.dart';
export 'src/game_play.dart';
export 'src/ui.dart';