home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes */
- #include <clib/alib_protos.h>
- #include <clib/exec_protos.h>
- #include <clib/dos_protos.h>
- #include <exec/memory.h>
-
- /* ANSI */
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
-
- /* Pragmas */
- #include <pragmas/dos_lib.h>
-
- /* MUIBuilder library */
- #include "libraries/mb.h"
- #include "protos/MB_protos.h"
- #include "pragmas/muibuilder_lib.h"
-
- /* File name Utilities */
- #include "file.h"
-
- struct Library * DOSBase = NULL;
-
-