Skip to content

Commit

Permalink
I think this will be the time...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2015
1 parent 7964f3a commit 84ce000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/haptic/windows/SDL_dinputhaptic.c
Expand Up @@ -1182,6 +1182,7 @@ SDL_DINPUT_HapticStopAll(SDL_Haptic * haptic)
#else /* !SDL_HAPTIC_DINPUT */

typedef struct DIDEVICEINSTANCE DIDEVICEINSTANCE;
typedef struct SDL_hapticlist_item SDL_hapticlist_item;

int
SDL_DINPUT_HapticInit(void)
Expand Down
1 change: 1 addition & 0 deletions src/haptic/windows/SDL_xinputhaptic.c
Expand Up @@ -375,6 +375,7 @@ SDL_XINPUT_HapticStopAll(SDL_Haptic * haptic)

#else /* !SDL_HAPTIC_XINPUT */

typedef struct SDL_hapticlist_item SDL_hapticlist_item;

int
SDL_XINPUT_HapticInit(void)
Expand Down

0 comments on commit 84ce000

Please sign in to comment.