From 5ef7bed3a4c064fe54850f419cb248cc2a406f55 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 13 Jan 2023 16:58:29 -0800 Subject: Don't include the array definition with bin2h --- core/hrtf.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/hrtf.cpp') diff --git a/core/hrtf.cpp b/core/hrtf.cpp index 48b9a3d7..28179189 100644 --- a/core/hrtf.cpp +++ b/core/hrtf.cpp @@ -1206,7 +1206,9 @@ al::span GetResource(int /*name*/) #else -#include "hrtf_default.h" +constexpr unsigned char hrtf_default[]{ +#include "default_hrtf.txt" +}; al::span GetResource(int name) { -- cgit v1.2.3