mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
7 lines
85 B
C
7 lines
85 B
C
|
#ifndef _RUMBLE_H_
|
||
|
#define _RUMBLE_H_
|
||
|
|
||
|
void reset_max_rumble_duration(void);
|
||
|
|
||
|
#endif
|