home *** CD-ROM | disk | FTP | other *** search
-
- /*** intuall.h **************************************************************
- *
- * intuall.h, general includer for intuition
- *
- * Confidential Information: Commodore-Amiga, Inc.
- * Copyright (c) Commodore-Amiga, Inc.
- *
- * Modification History
- * date author : Comments
- * ------ ------ -------------------------------------
- * 1-30-85 -=RJ=- created this file!
- *
- ****************************************************************************/
-
- #include <exec/types.h>
- #include <exec/tasks.h>
- #include <exec/nodes.h>
- #include <exec/lists.h>
- #include <exec/libraries.h>
- #include <exec/ports.h>
- #include <exec/interrupts.h>
- #include <exec/io.h>
- #include <exec/memory.h>
-
- /* ALWAYS INCLUDE GFX.H before any other amiga includes */
- #include <graphics/gfx.h>
-
- #include <hardware/blit.h>
- #include <graphics/collide.h>
- #include <graphics/copper.h>
- #include <graphics/display.h>
- #include <hardware/dmabits.h>
- #include <graphics/gels.h>
- #include <graphics/clip.h>
- #include <graphics/rastport.h>
- #include <graphics/view.h>
- #include <graphics/gfxbase.h>
- #include <hardware/intbits.h>
- #include <graphics/gfxmacros.h>
- #include <graphics/layers.h>
- #include <graphics/text.h>
- #include <hardware/custom.h>
-
- extern struct Custom custom;
-
- #include <devices/timer.h>
- #include <devices/inputevent.h>
-
- /*#include <intuition/intuition.h>*/
-
- #define INTUITION_INTUITIONBASE_H TRUE
- #include <intuition/intuition.h>
-
-
-