more rendering corrections
[AROS.git] / workbench / tools / commodities / gblanker / libraries.h
blobd6122ce51f872a9d198d5a648b038da20d817f1e
1 #ifndef LIBRARIES_H
2 #define LIBRARIES_H
4 #include <intuition/intuitionbase.h>
5 #include <graphics/gfxbase.h>
7 extern struct Library *Libraries[];
8 extern struct ExecBase *SysBase;
10 #define DOSBase ( Libraries[0] )
11 #define IntuitionBase (( struct IntuitionBase * )Libraries[1] )
12 #define GfxBase (( struct GfxBase * )Libraries[2] )
13 #define IconBase ( Libraries[3] )
14 #define CxBase ( Libraries[4] )
15 #define GarshnelibBase ( Libraries[5] )
16 #define UtilityBase ( Libraries[6] )
18 LONG OpenLibraries( VOID );
19 VOID CloseLibraries( VOID );
21 #endif /* LIBRARIES_H */