diff options
Diffstat (limited to 'NewKernel/CompilerKit/CompilerKit.hxx')
| -rw-r--r-- | NewKernel/CompilerKit/CompilerKit.hxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/NewKernel/CompilerKit/CompilerKit.hxx b/NewKernel/CompilerKit/CompilerKit.hxx new file mode 100644 index 00000000..7bed48f9 --- /dev/null +++ b/NewKernel/CompilerKit/CompilerKit.hxx @@ -0,0 +1,13 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + +------------------------------------------- */ + +#ifndef _INC_CL_HPP +#define _INC_CL_HPP + +#include <CompilerKit/Detail.hxx> +#include <CompilerKit/Version.hxx> + +#endif /* ifndef _INC_CL_HPP */ |
