5 ** $VER: intern.h 37.15 (14.8.97)
7 ** Common header file for all parts of the library.
9 ** (C) Copyright 1996-97 Andreas R. Kleinert
10 ** All Rights Reserved.
14 # include <exec/types.h>
16 #ifndef LIBCORE_COMPILER_H
17 # include <libcore/compiler.h>
19 #ifndef EXAMPLE_EXAMPLEBASE_H
20 # include <example/examplebase.h>
26 extern struct ExecBase
*SysBase
;
27 extern struct IntuitionBase
*IntuitionBase
;
28 extern struct GfxBase
*GfxBase
;
30 #endif /* _INTERN_H */