home *** CD-ROM | disk | FTP | other *** search
- #ifndef MAKE_ID
- #define MAKE_ID(a,b,c,d) ((ULONG) (a)<<24 | (ULONG) (b)<<16 | (ULONG) (c)<<8 | (ULONG) (d))
- #endif
-
- /* Libraries */
- #include <libraries/mui.h>
- #include <libraries/gadtools.h> /* for Barlabel in MenuItem */
- #include <exec/memory.h>
-
- /* Prototypes */
- #include <proto/muimaster.h>
- #include <proto/exec.h>
- #ifdef __SASC
- #include <clib/alib_protos.h>
- #else
- #include <proto/alib.h>
- #endif /* __SASC */
-