Mac and Linux SDL2 binary snapshots
Edward Rudd
2018-08-19 561f0d614098a95527367cc3f911e476f35643d6
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: */