Files
wolf_dart/packages/wolf_3d_dart/lib/wolf_3d_synth.dart
2026-03-17 11:20:04 +01:00

8 lines
235 B
Dart

/// Entry point for the sound synthesis module of Wolf3D.
///
/// This library provides access to audio functionalities, primarily by exporting
/// the [WolfAudio] class.
library;
export 'src/synth/wolf_3d_audio.dart' show WolfAudio;