home *** CD-ROM | disk | FTP | other *** search
- /* $VER: WBStars_include.h 2.0b4 (29 May 1997)
- */
-
- #ifndef WBSTARS_INCLUDE_H
- #define WBSTARS_INCLUDE_H
-
- /* WBStars_main.c */
- #include <exec/types.h>
- #include <intuition/intuition.h>
- #include <graphics/rastport.h>
- #include <graphics/layers.h>
- extern struct RastPort *RPort;
- extern struct Layer_Info *LInfo;
- extern char activated;
- extern char locked;
- extern BYTE CXpri;
- extern UBYTE *hotkey;
- extern int bg_color;
- extern int fg_color;
- extern int Loop_Wait;
- extern int minx;
- extern int miny;
-
- /* WBStars_libraries.c */
- #include <exec/libraries.h>
- #include <intuition/intuitionbase.h>
- #include <graphics/gfxbase.h>
- extern struct IntuitionBase *IntuitionBase;
- extern struct GfxBase *GfxBase;
- extern struct Library *CxBase;
- extern struct Library *IconBase;
- extern struct Library *LayersBase;
- extern char OS3;
-
- /* WBStars_CX.c */
-
-
- #endif /* WBSTARS_INCLUDE_H */