mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 15:38:59 +00:00
f90902959b
svn-id: r15042
9 lines
156 B
C
9 lines
156 B
C
#ifndef __RUMBLE_H__
|
|
#define __RUMBLE_H__
|
|
|
|
Boolean RumbleExists ();
|
|
void RumbleRun (Boolean active);
|
|
Boolean RumbleInit ();
|
|
void RumbleRelease ();
|
|
|
|
#endif |