From 8719b4570a2d10dd49a0d3a47e24f5c55bdda85e Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 22 Sep 2024 17:46:11 +0200 Subject: :boom: A big refactor on the filesystem structure. Signed-off-by: Amlal --- dev/zka/CompilerKit/CompilerKit.hxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev/zka/CompilerKit/CompilerKit.hxx (limited to 'dev/zka/CompilerKit/CompilerKit.hxx') diff --git a/dev/zka/CompilerKit/CompilerKit.hxx b/dev/zka/CompilerKit/CompilerKit.hxx new file mode 100644 index 00000000..f2ec4db2 --- /dev/null +++ b/dev/zka/CompilerKit/CompilerKit.hxx @@ -0,0 +1,13 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#ifndef _INC_CL_HPP +#define _INC_CL_HPP + +#include +#include + +#endif /* ifndef _INC_CL_HPP */ -- cgit v1.2.3