mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00
9 lines
224 B
C
9 lines
224 B
C
#ifndef EMSCRIPTEN_HAPTIC_H
|
|
#define EMSCRIPTEN_HAPTIC_H
|
|
|
|
#include "mxtypes.h"
|
|
|
|
void Emscripten_HandleRumbleEvent(float p_lowFrequencyRumble, float p_highFrequencyRumble, MxU32 p_milliseconds);
|
|
|
|
#endif // EMSCRIPTEN_HAPTIC_H
|