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