home *** CD-ROM | disk | FTP | other *** search
- #define INTUITION_PREFERENCES_H /* don't need 'em */
- #include <exec/types.h>
- #include <libraries/dos.h>
- #include <intuition/intuitionbase.h>
- #include <proto/intuition.h>
-
- #include "sWindows.h"
-
-
- #define PROGRAM "sWindows-Handler"
- #define MAJVERS 1
- #define MINVERS 1
-
- #define MINLOADVER 2 /* The minimum version number of the loader */
- /* (a loader of lower version will be an error) */
-
- #define CHAR1 ':' /* change these to change the characters that */
- #define CHAR2 ':' /* separate the screen from the window title */
-
-
- extern SLISTITEM ScreenList;
- extern WLISTITEM WindowList;
-
- extern SLISTITEM NewScreenListItem(),FindScreenListItem();
- extern WLISTITEM NewWindowListItem();
- extern struct Window *aOldOpenWindow();
-
- extern struct IntuitionBase *IntuitionBase;
-