home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
STORM2.DMS
/
in.adf
/
Includes.LHA
/
proto
/
diskfont.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-09-07
|
191 b
|
8 lines
#ifndef PROTO_DISKFONT_H
#define PROTO_DISKFONT_H
#include <exec/types.h>
extern struct Library *DiskfontBase ;
#include <clib/diskfont_protos.h>
#include <pragmas/diskfont_pragmas.h>
#endif