diff options
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/commands.h b/client/commands.h index aa4b964..949360e 100644 --- a/client/commands.h +++ b/client/commands.h @@ -1,8 +1,7 @@ #pragma once -#include "serial.h" #include "../shared/bin.h" +#include "serial.h" -w2_s_bin* w2_send_info(); -w2_s_bin* w2_send_ping(); - +w2_s_bin *w2_send_info(); +w2_s_bin *w2_send_ping(); |