diff options
Diffstat (limited to 'src/controller.h')
| -rw-r--r-- | src/controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controller.h b/src/controller.h index 0d474a7..30c73d1 100644 --- a/src/controller.h +++ b/src/controller.h @@ -8,5 +8,7 @@ b32 is_button_released(i32 btn); vec2 get_dir_input(void); +// This portion is implemented in rumble.c! // void set_rumble(f32 duration, f32 strength); +void poll_rumble(f32 dt); void stop_rumble(void); |
