From ed01ef0e1c7304a324f7c652be14efde67b16a91 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 20 Mar 2024 22:12:57 +1100 Subject: [PATCH] Fix compilation problems --- src/AudioBackend.c | 2 ++ src/ClassiCube.vcxproj | 1 + 2 files changed, 3 insertions(+) diff --git a/src/AudioBackend.c b/src/AudioBackend.c index 83bcd5c6e..1769b20af 100644 --- a/src/AudioBackend.c +++ b/src/AudioBackend.c @@ -1383,6 +1383,8 @@ cc_bool Audio_FastPlay(struct AudioContext* ctx, struct AudioData* data) { retur cc_result Audio_PlayData(struct AudioContext* ctx, struct AudioData* data) { return ERR_NOT_SUPPORTED; } + +cc_bool Audio_DescribeError(cc_result res, cc_string* dst) { return false; } #endif diff --git a/src/ClassiCube.vcxproj b/src/ClassiCube.vcxproj index 39539976a..51fcf338e 100644 --- a/src/ClassiCube.vcxproj +++ b/src/ClassiCube.vcxproj @@ -458,6 +458,7 @@ +