From 02fd0b59edbcb2b5c08ab1f36bbffc12ba08a5d3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 25 Dec 2024 09:58:00 +0100 Subject: IMPL: New tool for ZkaOS 'make_container' Signed-off-by: Amlal El Mahrouss --- public/tools/Common.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/tools/Common.h (limited to 'public/tools/Common.h') diff --git a/public/tools/Common.h b/public/tools/Common.h new file mode 100644 index 00000000..2633df38 --- /dev/null +++ b/public/tools/Common.h @@ -0,0 +1,19 @@ +/** + Sat Oct 26 07:03:28 AM CEST 2024 + (c) Theater Quality Inc. +*/ + +#ifndef APPS_COMMON_H +#define APPS_COMMON_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif // APPS_COMMON_H -- cgit v1.2.3