home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BK-SC1_3.DMS
/
in.adf
/
C-Incl.Lha
/
proto
/
cia.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-29
|
326 b
|
20 lines
#ifndef _PROTO_CIA_H
#define _PROTO_CIA_H
/*
** $VER: cardres.h 10.1 (19.7.95)
** Includes Release 40.15
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#include <exec/types.h>
extern struct Library *CiaBase ;
#include <clib/cia_protos.h>
#include <pragmas/cia_pragmas.h>
#endif