home *** CD-ROM | disk | FTP | other *** search
- /* SuperPlay_MainAdd.h
-
- - For use with the GTB-generated SourceCode "SuperPlay_Main.c" -
-
- (c) 1993-94 by Andreas R. Kleinert
-
- Version : V1.01
- Last Changes : 22.01.1994
-
- Compiler : SAS/C V6.5
- Options : (smakefile)
-
- */
-
- #ifndef SP_MAINADD_H
- #define SP_MAINADD_H
-
- extern struct ExecBase *SysBase;
- extern struct DosLibrary *DOSBase;
-
- extern struct IntuitionBase *IntuitionBase;
- extern struct GfxBase *GfxBase;
- extern struct Library *GadToolsBase;
-
- #endif /* SP_MAINADD_H */
-