9 lines
No EOL
156 B
C
9 lines
No EOL
156 B
C
#ifndef __RUMBLE_H__
|
|
#define __RUMBLE_H__
|
|
|
|
Boolean RumbleExists ();
|
|
void RumbleRun (Boolean active);
|
|
Boolean RumbleInit ();
|
|
void RumbleRelease ();
|
|
|
|
#endif |