move the debug folder to the top level
[AROS.git] / test / sdi / examples / libraries / include / proto / example.h
blob5b79dd8c39a60d22d3092cea17fe2e49de81e44e
1 /* Automatically generated header! Do not edit! */
3 #ifndef PROTO_EXAMPLE_H
4 #define PROTO_EXAMPLE_H
6 #include <clib/example_protos.h>
8 #ifndef _NO_INLINE
9 # if defined(__GNUC__)
10 # ifdef __AROS__
11 # include <defines/example.h>
12 # else
13 # include <inline/example.h>
14 # endif
15 # else
16 # include <pragmas/example_pragmas.h>
17 # endif
18 #endif /* _NO_INLINE */
20 #ifdef __amigaos4__
21 # include <interfaces/example.h>
22 # ifndef __NOGLOBALIFACE__
23 extern struct ExampleIFace *IExample;
24 # endif /* __NOGLOBALIFACE__*/
25 #else /* !__amigaos4__ */
26 # ifndef __NOLIBBASE__
27 extern struct Library *
28 # ifdef __CONSTLIBBASEDECL__
29 __CONSTLIBBASEDECL__
30 # endif /* __CONSTLIBBASEDECL__ */
31 ExampleBase;
32 # endif /* !__NOLIBBASE__ */
33 #endif /* !__amigaos4__ */
35 #endif /* !PROTO_EXAMPLE_H */