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 <string>
#include <SDL3/SDL_rwops.h>
#include <SDL3/SDL_iostream.h>
struct ALDataSource;

View file

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

View file

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