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

@@ -4,7 +4,6 @@
library;
export 'src/engine_audio.dart';
export 'src/engine_input.dart';
export 'src/managers/door_manager.dart';
export 'src/managers/pushwall_manager.dart';
export 'src/player/player.dart';