mirror of
https://github.com/erkyrath/infocom-zcode-terps.git
synced 2026-02-08 01:01:24 +00:00
23 lines
628 B
C
23 lines
628 B
C
|
|
#include "exec/types.h"
|
|
#include "exec/exec.h"
|
|
#include "exec/libraries.h" /* for Library.lib_Version */
|
|
#include "libraries/dos.h"
|
|
#include "libraries/dosextens.h"
|
|
|
|
#include "intuition/intuition.h" /* for AllocRemember */
|
|
#include "intuition/intuitionbase.h"
|
|
|
|
#include "workbench/icon.h"
|
|
#include "workbench/workbench.h" /* for disk objects */
|
|
|
|
#include "graphics/text.h" /* SetSoftStyle flags */
|
|
#include "graphics/rastport.h" /* SetDrMode flags */
|
|
#include "graphics/gfxbase.h" /* for screen size vars */
|
|
|
|
#include "hardware/intbits.h" /* for interrupt flag */
|
|
|
|
#include "xzip1.c"
|
|
#include "xzip2.c"
|
|
#include "xzip3.c"
|