#include "exec/types.h" #include "intuition/intuition.h" #include "libraries/dos.h" #include "functions.h" #ifdef NULL #undef NULL #define NULL ((void *)0) #endif typedef unsigned UINT; struct Screen *OpenScreen(); /* for terrain window */ struct Window *OpenWindow(),*OpenWindow(); struct Screen *Screen; /* for enquirer window */ struct Window *Window,*RWindow;