Refactor Audio Backend to not depend on AudioSource object

This commit is contained in:
Wojtek Figat
2024-05-06 10:36:36 +02:00
parent 5b2af6b3d5
commit f43cd97907
14 changed files with 532 additions and 627 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "Engine/Core/Config.h"
#include "Engine/Content/Config.h"
// The maximum amount of listeners used at once
#define AUDIO_MAX_LISTENERS 1