Fix compilation problems

This commit is contained in:
UnknownShadow200 2024-03-20 22:12:57 +11:00
parent a7854d8aec
commit ed01ef0e1c
2 changed files with 3 additions and 0 deletions

View File

@ -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) { cc_result Audio_PlayData(struct AudioContext* ctx, struct AudioData* data) {
return ERR_NOT_SUPPORTED; return ERR_NOT_SUPPORTED;
} }
cc_bool Audio_DescribeError(cc_result res, cc_string* dst) { return false; }
#endif #endif

View File

@ -458,6 +458,7 @@
<ClCompile Include="Graphics_GCWii.c" /> <ClCompile Include="Graphics_GCWii.c" />
<ClCompile Include="Graphics_GL1.c" /> <ClCompile Include="Graphics_GL1.c" />
<ClCompile Include="Audio.c" /> <ClCompile Include="Audio.c" />
<ClCompile Include="AudioBackend.c" />
<ClCompile Include="Camera.c" /> <ClCompile Include="Camera.c" />
<ClCompile Include="AxisLinesRenderer.c" /> <ClCompile Include="AxisLinesRenderer.c" />
<ClCompile Include="Block.c" /> <ClCompile Include="Block.c" />