From 7099a86ca74fa637f26af38674f80fb8efd5f6fa Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 26 Jul 2022 17:36:20 -0700 Subject: refactor(libacron/acronc/helloworld): move to separate directories The corresponding CMakeLists.txt files are still rough. --- client/acronc/client.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/acronc/client.h (limited to 'client/acronc/client.h') diff --git a/client/acronc/client.h b/client/acronc/client.h new file mode 100644 index 0000000..438d7fd --- /dev/null +++ b/client/acronc/client.h @@ -0,0 +1,12 @@ +/* + * Created by yuuta on 7/24/22. + */ + +#ifndef ACRONC_CLIENT_H +#define ACRONC_CLIENT_H + +#include + +int handle_object(ac_obj_t *obj); + +#endif /* ACRONC_CLIENT_H */ -- cgit v1.2.3