mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-11 16:45:48 -04:00
Fix compilation problems
This commit is contained in:
parent
a7854d8aec
commit
ed01ef0e1c
@ -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
|
||||
|
||||
|
||||
|
@ -458,6 +458,7 @@
|
||||
<ClCompile Include="Graphics_GCWii.c" />
|
||||
<ClCompile Include="Graphics_GL1.c" />
|
||||
<ClCompile Include="Audio.c" />
|
||||
<ClCompile Include="AudioBackend.c" />
|
||||
<ClCompile Include="Camera.c" />
|
||||
<ClCompile Include="AxisLinesRenderer.c" />
|
||||
<ClCompile Include="Block.c" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user