home *** CD-ROM | disk | FTP | other *** search
- /* $Revision Header *** Header built automatically - do not edit! ***********
- *
- * (C) Copyright 1990 by MXM
- *
- * Name .....: LibMain.c
- * Created ..: Sunday 01-Apr-90 18:03
- * Revision .: 0
- *
- * Date Author Comment
- * ========= ======== ====================
- * 01-Apr-90 Olsen Created this file!
- *
- * $Revision Header ********************************************************/
-
- #include <intuition/intuitionbase.h>
- #include <libraries/dosextens.h>
- #include <graphics/gfxmacros.h>
- #include <graphics/gfxbase.h>
- #include <devices/console.h>
- #include <devices/printer.h>
- #include <devices/prtbase.h>
- #include <devices/keymap.h>
- #include <devices/timer.h>
- #include <devices/audio.h>
- #include <devices/input.h>
- #include <exec/resident.h>
- #include <exec/memory.h>
- #include <exec/alerts.h>
-
- #include <functions.h>
-
- #include <stddef.h>
- #include <stdlib.h>
- #include <string.h>
- #include <ctype.h>
-
- #include "mxmproto.h"
-
- /* BCPL 'NULL'. */
-
- #define ZERO 0L
-