/* : 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 BAKP 0L        /* CBM Workbench background gray */
#define SHAP 1L        /* CBM Workbench shadow black */
#define HLTP 2L        /* CBM Workbench highlight white */
#define BORP 3L        /* CBM Workbench border blue-gray */
#define BLUP 4L        /* CBM Workbench pure blue */
#define MAGP 5L        /* CBM Workbench pure magenta */
#define CYNP 6L        /* CBM Workbench pure cyan */
#define WHTP 7L        /* CBM Workbench message white */

extern struct Window *window ;

