stuff for SDL3

This commit is contained in:
meowtech 2026-03-30 16:20:24 +00:00
parent cf0659e62a
commit f908f4917b
2 changed files with 2 additions and 2 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

@ -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>