Use dos.library/CreateNewProc() instead of alib/CreateNewProcTags()
[tangerine.git] / compiler / c_lib / source / lib_source / intern.h
blobad3b40998a5919beaa1e4911df7fb4a415b015b6
1 #ifndef _INTERN_H
2 #define _INTERN_H
4 /*
5 ** $VER: intern.h 37.15 (14.8.97)
6 **
7 ** Common header file for all parts of the library.
8 **
9 ** (C) Copyright 1996-97 Andreas R. Kleinert
10 ** All Rights Reserved.
13 #ifndef EXEC_TYPES_H
14 # include <exec/types.h>
15 #endif
16 #ifndef LIBCORE_COMPILER_H
17 # include <libcore/compiler.h>
18 #endif
19 #ifndef EXAMPLE_EXAMPLEBASE_H
20 # include <example/examplebase.h>
21 #endif
22 #ifndef _LIBDEFS_H
23 # include "libdefs.h"
24 #endif
26 extern struct ExecBase *SysBase;
27 extern struct IntuitionBase *IntuitionBase;
28 extern struct GfxBase *GfxBase;
30 #endif /* _INTERN_H */