audiostream.* changes for SDL3

This commit is contained in:
ZakatTeamI2P 2026-03-30 17:14:49 +04:00
parent e5b0ebfc19
commit 81c9945284

View file

@ -24,9 +24,9 @@
#include "util.h"
#include "exception.h"
#include <SDL_mutex.h>
#include <SDL_thread.h>
#include <SDL_timer.h>
#include <SDL3/SDL_mutex.h>
#include <SDL3/SDL_thread.h>
#include <SDL3/SDL_timer.h>
AudioStream::AudioStream(ALStream::LoopMode loopMode,
const std::string &threadId)