home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d477
/
irmaster
/
irc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-17
|
948b
|
28 lines
/*------------------------------ i r c . h ---------------------------------*/
/* Include files and variable definitions for irc.c */
/*--------------------------------------------------------------------------*/
#include "stdio.h"
#include "stdlib.h" /* Contains alloc() and free() definitions. */
#include "workbench/workbench.h"
#define INTUITIONPRIVATE /* Allow access to private parts of IntuitionBase. */
#include "intuition/intuitionbase.h"
#include "graphics/gfxbase.h"
#include "graphics/rastport.h"
#include "proto/all.h" /* Do I really need this? */
#include "exec/execbase.h"
#include "exec/exec.h"
#include <exec/types.h>
#include <exec/tasks.h>
#include <exec/interrupts.h>
#include <exec/memory.h>
#include "hardware/intbits.h"
#include "hardware/custom.h"
#include <hardware/cia.h>
#include <resources/cia.h>
#include "workbench/startup.h"
#include "string.h"
#include "signal.h"
#include "VERSION.h"