mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
audiostream.* changes for SDL3
This commit is contained in:
parent
e5b0ebfc19
commit
81c9945284
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue