home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
gnu
/
os-include
/
proto
/
icon.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
228b
|
13 lines
#ifndef PROTO_ICON_H
#define PROTO_ICON_H
#include <clib/icon_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/icon.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *IconBase;
#endif
#endif