summaryrefslogtreecommitdiff
path: root/client/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/commands.h')
-rw-r--r--client/commands.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/commands.h b/client/commands.h
new file mode 100644
index 0000000..aa4b964
--- /dev/null
+++ b/client/commands.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "serial.h"
+#include "../shared/bin.h"
+
+w2_s_bin* w2_send_info();
+w2_s_bin* w2_send_ping();
+