From 3b2c2cf6b2af9e76b343a5a8fc8e9245f240690d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 16:27:29 +0200 Subject: serial parsing working on client --- client/setup.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/setup.h (limited to 'client/setup.h') diff --git a/client/setup.h b/client/setup.h new file mode 100644 index 0000000..4b4a040 --- /dev/null +++ b/client/setup.h @@ -0,0 +1,3 @@ +#pragma once + +void w2_client_setup(int argc, char** argv); -- cgit v1.2.3