home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Programming
/
Scalos
/
Developer
/
C
/
Include
/
proto
/
preferences.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-11-29
|
321 b
|
17 lines
#ifndef PROTO_PREFERENCES_H
#define PROTO_PREFERENCES_H
#include <exec/types.h>
extern struct Library *PreferencesBase;
#include <clib/preferences_protos.h>
#ifdef __VBCC__
#include <inline/preferences_protos.h>
#else
#include <pragmas/preferences_pragmas.h>
#endif /* __VBCC__ */
#endif /* PROTO_PREFERENCES_H */