add casts to zune macros to silence some warnings
[tangerine.git] / workbench / libs / amigaguide / amigaguide_intern.h
blobedd673da8cdf5625b1b6cfd693d93e81e25c0f08
1 #ifndef AMIGAGUIDE_INTERN_H
2 #define AMIGAGUIDE_INTERN_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Internal definitions for amigaguide.library.
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
15 #ifndef EXEC_LIBRARIES_H
16 # include <exec/libraries.h>
17 #endif
19 #ifndef LIBRARIES_AMIGAGUIDE_H
20 # include <libraries/amigaguide.h>
21 #endif
23 #ifndef AROS_DEBUG_H
24 #include <aros/debug.h>
25 #endif
27 #include LC_LIBDEFS_FILE
30 /* Predeclaration */
33 /**************
34 ** Defines **
35 **************/
38 /*****************
39 ** Prototypes **
40 *****************/
43 /********************
44 ** Library stuff **
45 ********************/
47 #endif /* AMIGAGUIDE_INTERN_H */