Moved data types to its own package and added empty synth package

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-15 11:51:18 +01:00
parent e6fa4b761e
commit 0e7d953ec5
28 changed files with 224 additions and 23 deletions

View File

@@ -1,13 +1,7 @@
import 'dart:convert';
import 'dart:typed_data';
import 'package:wolf_3d_data/src/classes/game_version.dart';
import 'package:wolf_3d_data/src/classes/image.dart';
import 'package:wolf_3d_data/src/classes/sound.dart';
import 'package:wolf_3d_data/src/classes/wolf_level.dart';
import 'package:wolf_3d_data/src/classes/wolfenstein_data.dart';
import 'classes/sprite.dart';
import 'package:wolf_3d_data_types/wolf_3d_data_types.dart';
abstract class WLParser {
/// Asynchronously discovers the game version and loads all necessary files.