home *** CD-ROM | disk | FTP | other *** search
- #include <diskfont/diskfonttag.h>
- #include <diskfont/oterrors.h>
- #include <exec/alerts.h>
- #include <exec/memory.h>
- #include <graphics/gfxbase.h>
- #include <intuition/gadgetclass.h>
- #include <libraries/asl.h>
- #include <libraries/gadtools.h>
- #include <libraries/mui.h>
-
- #include <proto/bullet.h>
- #include <proto/diskfont.h>
- #include <proto/dos.h>
- #include <proto/exec.h>
- #include <proto/graphics.h>
- #include <proto/intuition.h>
- #include <proto/muimaster.h>
- #include <proto/rexxsyslib.h>
- #include <proto/utility.h>
-
- #include <limits.h>
- #include <string.h>
- #include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
-
- #ifndef MAKE_ID
- #define MAKE_ID(a,b,c,d) ((ULONG) (a)<<24 | (ULONG) (b)<<16 | (ULONG) (c)<<8 | (ULONG) (d))
- #endif
-
- void KPrintF(char *, ...);
- void KPutStr(char *);
-