home *** CD-ROM | disk | FTP | other *** search
- /*
- * ResetHandler.h V1.0
- *
- * Main include file
- *
- * (c) 1991 Stefan Becker
- *
- */
-
- #include <clib/dos_protos.h>
- #include <clib/exec_protos.h>
- #include <clib/graphics_protos.h>
- #include <clib/intuition_protos.h>
- #include <exec/interrupts.h>
- #include <exec/memory.h>
- #include <devices/keyboard.h>
- #include <devices/timer.h>
- #include <graphics/gfxbase.h>
- #include <stdlib.h>
- #include <stdio.h>
-