diff --git a/src/Sound/Attenuation.cpp b/src/Sound/Attenuation.cpp index e45bc816..310ced98 100644 --- a/src/Sound/Attenuation.cpp +++ b/src/Sound/Attenuation.cpp @@ -18,8 +18,6 @@ namespace SparkyStudios::Audio::Amplitude { - template class AssetImpl; - AttenuationImpl::AttenuationImpl() : _name() , _maxDistance(0.0f) diff --git a/src/Sound/Collection.cpp b/src/Sound/Collection.cpp index cfdde638..ada927ba 100644 --- a/src/Sound/Collection.cpp +++ b/src/Sound/Collection.cpp @@ -23,8 +23,6 @@ namespace SparkyStudios::Audio::Amplitude { - template class AssetImpl; - CollectionImpl::CollectionImpl() : _worldScopeScheduler(nullptr) , _entityScopeSchedulers() diff --git a/src/Sound/Effect.cpp b/src/Sound/Effect.cpp index 6b4846bf..cb4b27f4 100644 --- a/src/Sound/Effect.cpp +++ b/src/Sound/Effect.cpp @@ -21,8 +21,6 @@ namespace SparkyStudios::Audio::Amplitude { - template class AssetImpl; - EffectImpl::EffectImpl() : _instances() , _parameters() diff --git a/src/Sound/SwitchContainer.cpp b/src/Sound/SwitchContainer.cpp index d12a5693..cd43e335 100644 --- a/src/Sound/SwitchContainer.cpp +++ b/src/Sound/SwitchContainer.cpp @@ -21,8 +21,6 @@ namespace SparkyStudios::Audio::Amplitude { - template class AssetImpl; - SwitchContainerImpl::SwitchContainerImpl() : _switch(nullptr) , _sounds()