commit b8687eb0dda823e623ff04ae767514206cfaf7f7
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Thu Sep 8 15:29:46 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Fri Sep 30 13:01:53 2022 +0300
setup: Include i_joystick.h in joystick.h
Needed by next commit
---
src/setup/joystick.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/setup/joystick.h b/src/setup/joystick.h
index 5335d110..36671481 100644
--- a/src/setup/joystick.h
+++ b/src/setup/joystick.h
@@ -15,6 +15,10 @@
#ifndef SETUP_JOYSTICK_H
#define SETUP_JOYSTICK_H
+
+#include "i_joystick.h"
+
+
extern int joystick_index;
void ConfigJoystick(void *widget, void *user_data);