blob: 7bed48f9229af6d37d2399a5d94486c0c393172a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */
|