/* $VER: WBStars_include.h 2.0 (18 Dec 1996)
*/

#ifndef WBSTARS_INCLUDE_H
#define WBSTARS_INCLUDE_H

/* WBStars_main.c */
#include <exec/types.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		fg_color;
extern int		bg_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;

/* WBStars_CX.c */


#endif /* WBSTARS_INCLUDE_H */