aboutsummaryrefslogtreecommitdiff
path: root/src/rumble.c
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-08-27 19:48:24 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-08-27 19:48:24 -0300
commitb7603d3d8a59b8f4ea22927f8bb35ebf75f74acb (patch)
tree54c8bf374bd777d42b3311d03d3080f4005e3597 /src/rumble.c
parent8769c45f025d61ff506579baa2f35ff39a246bdc (diff)
Controller + Keyboard support
Diffstat (limited to 'src/rumble.c')
-rw-r--r--src/rumble.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rumble.c b/src/rumble.c
index 798b5ec..b2da191 100644
--- a/src/rumble.c
+++ b/src/rumble.c
@@ -7,6 +7,7 @@ NOTE FOR SPELUNKERS: this requires linking to xinput1_4 AFAIK
*/
#include "controller.h"
+#include <stdio.h>
// Windows stuff starts //
typedef struct _XINPUT_VIBRATION {