mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
b36677af71
svn-id: r19142
10 lines
157 B
C
10 lines
157 B
C
#ifndef __RUMBLE_H__
|
|
#define __RUMBLE_H__
|
|
|
|
Boolean RumbleExists ();
|
|
void RumbleRun (Boolean active);
|
|
Boolean RumbleInit ();
|
|
void RumbleRelease ();
|
|
|
|
#endif
|