This commit is contained in:
2022-11-20 20:37:17 +00:00
parent 4224594ee4
commit 39bacf9508
3 changed files with 23 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ struct soundstream {
};
struct soundconvstream {
// SDL_AudioStream *srconv;
// SDL_AudioStream *srconv;
void *data;
};