blob: 7fe39db828bf78a06f4ac92c1aa0b93656018c92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* -------------------------------------------
Copyright EL Mahrouss Logic.
------------------------------------------- */
#ifndef _INC_CL_HPP
#define _INC_CL_HPP
#include <CompilerKit/Detail.h>
#include <CompilerKit/Version.h>
#endif /* ifndef _INC_CL_HPP */
|