Sign in
skia
/
third_party
/
sdl
/
5e41ee0f28a5cef64ed59d620487e1dfc19d8d26
/
.
/
src
/
haptic
/
android
/
SDL_syshaptic_c.h
blob: 08634d22313f0cfca51867f43b31eeb99d004c73 [
file
]
#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: */