home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BC_DICE2.DMS
/
in.adf
/
INCLUDE
/
clib
/
amigaguide_protos.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-01-10
|
344 b
|
14 lines
/* $VER: clib/amigaguide_protos.h 1.0 (23.1.94) */
#ifndef AMIGAGUIDE_PROTOS_H
#define AMIGAGUIDE_PROTOS_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/amigaguide_protos.h>
#if __SUPPORTS_PRAGMAS__
#ifdef __DICE_INLINE
extern struct Library *AmigaGuideBase;
#include <pragmas/amigaguide_pragmas.h>
#endif
#endif
#endif