diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 13:43:18 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 16:56:30 +0200 |
| commit | 4c5630b0d409419d6de905379a06893eac64996b (patch) | |
| tree | 86e023c6b65e01c1c942f56639d1d38f1c80313f /src/menu/privinc | |
| parent | 684587a3c360380e865f9e95cc811fb1276983af (diff) | |
| download | rts-4c5630b0d409419d6de905379a06893eac64996b.tar.gz | |
Remap calls to pad/mouse/keyboard to input
Diffstat (limited to 'src/menu/privinc')
| -rw-r--r-- | src/menu/privinc/menu_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu/privinc/menu_private.h b/src/menu/privinc/menu_private.h index 1ab267b..0276b20 100644 --- a/src/menu/privinc/menu_private.h +++ b/src/menu/privinc/menu_private.h @@ -2,6 +2,7 @@ #define MENU_PRIVATE_H #include <camera.h> +#include <input.h> #include <peripheral.h> #include <stdbool.h> @@ -14,6 +15,7 @@ struct menu_common { struct camera cam; union peripheral p; + struct input in; }; int menu_update(struct menu_common *c, |
