Decouple the engine from Flutter entirely

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-15 16:20:19 +01:00
parent 57d394e911
commit 20755e93ed
6 changed files with 4 additions and 2 deletions

View File

@@ -3,5 +3,6 @@
/// More dartdocs go here.
library;
export 'src/io/engine_input.dart';
export 'src/wl_parser.dart' show WLParser;
export 'src/wolfenstein_loader.dart' show WolfensteinLoader;