/* Various informations for internal use by amiga specific routines */
#define HP11WIDTH 319 /* Drawing size */
#define HP11HEIGHT 181
#define HP11X 3 /* Position in window */
#define HP11Y 12
#define PATHLEN 100

extern struct Window *hp11; /* The window */
extern struct Menu hp11menu[];
extern char *hp11name;
extern char hp11path[PATHLEN];
void Message(char *);
char *mygetpath(char *, BPTR);

