mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
audio.cpp changes for SDL3
This commit is contained in:
parent
b63c3f2079
commit
e5b0ebfc19
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <SDL_thread.h>
|
#include <SDL3/SDL_thread.h>
|
||||||
#include <SDL_timer.h>
|
#include <SDL3/SDL_timer.h>
|
||||||
|
|
||||||
struct AudioPrivate
|
struct AudioPrivate
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue