/* : ai=0 bk=0 ts=8 */
#include <intuition/intuition.h>
#include <intuition/intuitionbase.h>
#include <graphics/gfx.h>
#include <graphics/gfxbase.h>
#include <exec/exec.h>
#include <exec/execbase.h>
#include <functions.h>

/* standard and suggested Workbench pen colors */

#define BLUP 0L        /* CBM Workbench medium (IBM) blue */
#define WHTP 1L        /* CBM Workbench pure white */
#define BLKP 2L        /* CBM Workbench black with elevated blue */
#define ORNP 3L        /* CBM Workbench orange */
#define GRNP 4L        /* CBM Workbench pure blue */
#define REDP 5L        /* CBM Workbench magenta */
#define CYNP 6L        /* CBM Workbench cyan */
#define YELP 7L        /* CBM Workbench duplicates white here */

extern struct Window *window ;

