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

@@ -38,7 +38,7 @@ struct haptic_effect
/*
* The real SDL_Haptic struct.
*/
struct _SDL_Haptic
struct SDL_Haptic
{
Uint8 index; /* Stores index it is attached to */
@@ -53,7 +53,7 @@ struct _SDL_Haptic
int rumble_id; /* ID of rumble effect for simple rumble API. */
SDL_HapticEffect rumble_effect; /* Rumble effect. */
struct _SDL_Haptic *next; /* pointer to next haptic we have allocated */
struct SDL_Haptic *next; /* pointer to next haptic we have allocated */
};
/*