Implement audio mixing

This commit is contained in:
2025-07-20 13:49:53 +03:00
parent 10f9c47929
commit 72fbf406a7
22 changed files with 428 additions and 32 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ static void MainLoop(void) {
int main(int argc, char** argv)
{
SDL_Init(SDL_INIT_VIDEO);
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO);
srand(time(NULL));