mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 03:16:26 +00:00
13 lines
234 B
C
13 lines
234 B
C
#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: */
|