[client] audio: allow building without any audio support

This commit is contained in:
Geoffrey McRae
2022-01-27 17:57:30 +11:00
parent a7db3d3a0f
commit a560a610d9
4 changed files with 26 additions and 4 deletions

View File

@@ -18,6 +18,8 @@
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#if ENABLE_AUDIO
#include "audio.h"
#include "main.h"
#include "common/array.h"
@@ -691,3 +693,5 @@ void audio_tick(unsigned long long tickCount)
app_invalidateGraphs();
}
#endif