audio.cpp changes for SDL3

This commit is contained in:
ZakatTeamI2P 2026-03-30 17:11:55 +04:00
parent b63c3f2079
commit e5b0ebfc19

View file

@ -29,8 +29,8 @@
#include <string>
#include <SDL_thread.h>
#include <SDL_timer.h>
#include <SDL3/SDL_thread.h>
#include <SDL3/SDL_timer.h>
struct AudioPrivate
{