home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
gblanker-38.8.lha
/
GBlanker
/
GSource
/
protos
/
prefs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-25
|
252b
|
13 lines
#ifndef PREFS_H
#define PREFS_H
extern struct IBox WinBox;
extern STRPTR CornerStrs[];
VOID BlankerToEnv( BlankerPrefs * );
VOID WinBoxToEnv( struct IBox * );
BlankerPrefs *LoadDefaultPrefs( VOID );
STRPTR RandomModule( VOID );
#endif /* PREFS_H */