This commit is contained in:
ZakatTeamI2P 2026-03-30 20:28:23 +04:00
commit d41739ce26
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
#include "sdl-util.h" #include "sdl-util.h"
#include <string> #include <string>
#include <SDL3/SDL_rwops.h> #include <SDL3/SDL_iostream.h>
struct ALDataSource; struct ALDataSource;

View File

@ -29,7 +29,7 @@
#include <SDL3/SDL_scancode.h> #include <SDL3/SDL_scancode.h>
#include <SDL3/SDL_joystick.h> #include <SDL3/SDL_joystick.h>
#include <SDL3/SDL_gamecontroller.h> #include <SDL3/SDL_gamepad.h>
#include <SDL3/SDL_mouse.h> #include <SDL3/SDL_mouse.h>
#include <SDL3/SDL_mutex.h> #include <SDL3/SDL_mutex.h>

View File

@ -26,7 +26,7 @@
#include <SDL3/SDL_scancode.h> #include <SDL3/SDL_scancode.h>
#include <SDL3/SDL_joystick.h> #include <SDL3/SDL_joystick.h>
#include <SDL3/SDL_gamecontroller.h> #include <SDL3/SDL_gamepad.h>
#include <stdint.h> #include <stdint.h>
#include <assert.h> #include <assert.h>
#include <vector> #include <vector>