1 #include "SDL_config.h"
2 
3 #ifdef SDL_HAPTIC_ANDROID
4 
5 
6 extern int Android_AddHaptic(int device_id, const char *name);
7 extern int Android_RemoveHaptic(int device_id);
8 
9 
10 #endif /* SDL_HAPTIC_ANDROID */
11 
12 /* vi: set ts=4 sw=4 expandtab: */
13