mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-23 15:31:16 +00:00
8 lines
156 B
C
8 lines
156 B
C
#pragma once
|
|
|
|
#include <SDL_gamecontroller.h>
|
|
|
|
// https://wiki.libsdl.org/SDL3/README-migration#sdl_gamecontrollerh
|
|
|
|
#define SDL_Gamepad SDL_GameController
|