audiosystem_api_files.cmake 600 B

12345678910111213141516171819
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. set(FILES
  7. Include/Engine/ATLCommon.h
  8. Include/Engine/ATLEntityData.h
  9. Include/Engine/AudioAllocators.h
  10. Include/Engine/AudioFileUtils.h
  11. Include/Engine/AudioRingBuffer.h
  12. Include/Engine/IAudioInterfacesCommonData.h
  13. Include/Engine/IAudioSystem.h
  14. Include/Engine/IAudioSystemImplementation.h
  15. Include/Engine/MicrophoneBus.h
  16. Include/Engine/NullAudioSystem.h
  17. )