mirror of https://github.com/libsdl-org/SDL.git
Update proguard-rules.pro for recent haptic changes
This commit is contained in:
parent
27728db41d
commit
3c5b1b52ac
|
|
@ -85,4 +85,5 @@
|
|||
void pollHapticDevices();
|
||||
void hapticRun(int, float, int);
|
||||
void hapticStop(int);
|
||||
void hapticRumble(int, float , float, int);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue