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 | 87b4ef3a15af505f5ed5150ee1dadd2e2bc94c17 (patch) | |
| tree | f3d317088514089d0f84fb553cf9e307dffca549 /src/player/inc | |
| parent | 14df82ee4db71509f4ec4968df439d4659ca1ac3 (diff) | |
| download | jancity-87b4ef3a15af505f5ed5150ee1dadd2e2bc94c17.tar.gz | |
Remap calls to pad/mouse/keyboard to input
Diffstat (limited to 'src/player/inc')
| -rw-r--r-- | src/player/inc/human_player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player/inc/human_player.h b/src/player/inc/human_player.h index 7d28b34..173ff80 100644 --- a/src/player/inc/human_player.h +++ b/src/player/inc/human_player.h @@ -4,6 +4,7 @@ #include <camera.h> #include <keyboard.h> #include <instance.h> +#include <input.h> #include <mouse.h> #include <pad.h> #include <peripheral.h> @@ -32,6 +33,7 @@ struct human_player struct player pl; struct camera cam; union peripheral periph; + struct input in; struct sel_instance { |
