Update proguard-rules.pro for recent haptic changes

This commit is contained in:
Anthony 2024-06-05 22:29:33 +01:00 committed by Sam Lantinga
parent 27728db41d
commit 3c5b1b52ac
1 changed files with 1 additions and 0 deletions

View File

@ -85,4 +85,5 @@
void pollHapticDevices();
void hapticRun(int, float, int);
void hapticStop(int);
void hapticRumble(int, float , float, int);
}