mirror of https://github.com/LIJI32/SameBoy.git
9 lines
127 B
C
9 lines
127 B
C
![]() |
#ifndef rumble_h
|
||
|
#define rumble_h
|
||
|
|
||
|
#include "gb_struct_def.h"
|
||
|
|
||
|
void GB_handle_rumble(GB_gameboy_t *gb);
|
||
|
|
||
|
#endif /* rumble_h */
|