diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 21:27:16 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 21:27:16 +0200 |
commit | 3e65c70da770fa31fc8acc6ab9374d908cf1ed17 (patch) | |
tree | 14f8d4c708faccc8b3f992a022f940c00ed694f9 /client/main.h | |
parent | 8c8322a7a0c251d595a0df054324f82d41966e0a (diff) |
implement orders
Diffstat (limited to 'client/main.h')
-rw-r--r-- | client/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h index cc4c728..cd81348 100644 --- a/client/main.h +++ b/client/main.h @@ -13,6 +13,9 @@ typedef struct { uint8_t mode; + uint8_t map_width; + uint8_t map_height; + w2_s_cmd_info_tx info; w2_s_cmd_sens_tx io; } w2_s_client_state; |