diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-24 17:28:38 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-24 17:28:38 +0200 |
| commit | 56107cb51647810cad31d835b3e75d016c7a4b01 (patch) | |
| tree | 3f0341d2564383ac31dc538349a92cdddbdad67f /src/peripheral/inc | |
| parent | 435629f40b811c9dc18de4f044ca1aa44e09d134 (diff) | |
| download | jancity-56107cb51647810cad31d835b3e75d016c7a4b01.tar.gz | |
peripheral: provide common actions
Whereas some actions are context-specific (e.g.: selecting a player),
some are context-independent and can be executed for all screens
(e.g.: exiting the game).
Diffstat (limited to 'src/peripheral/inc')
| -rw-r--r-- | src/peripheral/inc/peripheral.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peripheral/inc/peripheral.h b/src/peripheral/inc/peripheral.h index c405c3c..956d965 100644 --- a/src/peripheral/inc/peripheral.h +++ b/src/peripheral/inc/peripheral.h @@ -25,6 +25,7 @@ union peripheral struct peripheral_common { enum peripheral_type type; + bool exit; } common; struct peripheral_pad |
