Moving level loading into the package

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-14 23:30:51 +01:00
parent 8ea7642c8b
commit fc5e07ea10
8 changed files with 250 additions and 221 deletions

View File

@@ -3,5 +3,7 @@
/// More dartdocs go here.
library;
export 'src/classes/game_version.dart' show GameVersion;
export 'src/classes/sprite.dart' hide Matrix;
export 'src/classes/wolf_level.dart' show WolfLevel;
export 'src/wl_parser.dart' show WLParser;