diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:46:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:46:48 +0200 |
commit | 0d3c52e49dc34344f335fd6d7b214592723cbc93 (patch) | |
tree | 36c8b974556a5ee3c955549131ac3858208d373b /client/main.h | |
parent | c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (diff) |
implemented obstacle detection
Diffstat (limited to 'client/main.h')
-rw-r--r-- | client/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/main.h b/client/main.h index cd81348..b72b507 100644 --- a/client/main.h +++ b/client/main.h @@ -17,7 +17,6 @@ typedef struct { uint8_t map_height; w2_s_cmd_info_tx info; - w2_s_cmd_sens_tx io; } w2_s_client_state; extern w2_s_client_state g_w2_state; |