Added audio loading and decompressing

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-15 11:36:25 +01:00
parent 2db9dad00d
commit 9d1f38752a
8 changed files with 142 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ library;
export 'src/classes/game_file.dart' show GameFile;
export 'src/classes/game_version.dart' show GameVersion;
export 'src/classes/image.dart' show VgaImage;
export 'src/classes/sound.dart' show PcmSound;
export 'src/classes/sound.dart' show PcmSound, AdLibSound, ImfMusic;
export 'src/classes/sprite.dart' hide Matrix;
export 'src/classes/wolf_level.dart' show WolfLevel;
export 'src/classes/wolfenstein_data.dart' show WolfensteinData;