remove \r
[extl.git] / extl / intelligence / intelligence.h
blob07fbe9e6262b0a7c91ab5f61c9f6d2196bb1ce1f
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: intelligence.h
4 * Created: 08.09.09
5 * Updated: 08.09.09
7 * Brief: The intelligence library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_H
14 #define EXTL_INTELLIGENCE_H
16 /*!\file intelligence.h
17 * \brief The intelligence library
18 * \defgroup extl_group_intelligence
21 #ifndef __cplusplus
22 # error intelligence.h need be supported by c++.
23 #endif
25 /* ///////////////////////////////////////////////////////////////////////
26 * Includes
28 #include "prefix.h"
29 #include "ga/ga.h"
31 #ifdef EXTL_INTELLIGENCE_ANN_NETWORK_SUPPORT
32 # include "ann/ann.h"
33 #endif
34 /* //////////////////////////////////////////////////////////////////// */
35 #endif /* EXTL_INTELLIGENCE_H */
36 /* //////////////////////////////////////////////////////////////////// */