ladybird/Libraries/LibWeb/Gamepad/SDLGamepadForward.h

17 lines
284 B
C
Raw Normal View History

/*
* Copyright (c) 2025, ayeteadoe <ayeteadoe@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Types.h>
typedef uint32_t Uint32;
typedef Uint32 SDL_JoystickID;
typedef struct SDL_Joystick SDL_Joystick;
typedef struct SDL_Gamepad SDL_Gamepad;