Sam Lantinga 2022-12-27 10:35:53 -08:00
parent 960e9044b3
commit 701e965235
8 changed files with 20 additions and 20 deletions

View file

@ -137,8 +137,8 @@ extern "C" {
* \sa SDL_HapticOpenFromJoystick
* \sa SDL_HapticClose
*/
struct _SDL_Haptic;
typedef struct _SDL_Haptic SDL_Haptic;
struct SDL_Haptic;
typedef struct SDL_Haptic SDL_Haptic;
/**