Line | |
---|
1 | // ============================================================== // |
---|
2 | // // |
---|
3 | // File : client_types.h // |
---|
4 | // Purpose : AISC types used by clients // |
---|
5 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in August 2010 // |
---|
7 | // Institute of Microbiology (Technical University Munich) // |
---|
8 | // http://www.arb-home.de/ // |
---|
9 | // // |
---|
10 | // ============================================================== // |
---|
11 | |
---|
12 | #ifndef CLIENT_TYPES_H |
---|
13 | #define CLIENT_TYPES_H |
---|
14 | |
---|
15 | #ifndef __cplusplus |
---|
16 | #error AISC clients no longer work in plain C |
---|
17 | #endif |
---|
18 | |
---|
19 | #ifndef AISC_GLOBAL_H |
---|
20 | #include <aisc_global.h> |
---|
21 | #endif |
---|
22 | #ifndef ARB_ASSERT_H |
---|
23 | #include <arb_assert.h> |
---|
24 | #endif |
---|
25 | |
---|
26 | #else |
---|
27 | #error client_types.h included twice |
---|
28 | #endif // CLIENT_TYPES_H |
---|
Note: See
TracBrowser
for help on using the repository browser.