diff options
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ struct og_client { enum og_cmd_type last_cmd; unsigned int last_cmd_id; bool autorun; + uint32_t speed; }; void og_client_add(struct og_client *cli); |