diff options
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/commands.h b/client/commands.h index 6768ea1..5a12424 100644 --- a/client/commands.h +++ b/client/commands.h @@ -7,4 +7,4 @@ void w2_send_info(); void w2_send_ping(); void w2_send_mode(w2_e_mode mode); -void w2_send_dirc(int left, int right); +void w2_send_dirc(uint16_t left, uint16_t right); |