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 >
C/C++ Source or Header  |  1994-10-25  |  252b  |  13 lines

  1. #ifndef PREFS_H
  2. #define PREFS_H
  3.  
  4. extern struct IBox WinBox;
  5. extern STRPTR CornerStrs[];
  6.  
  7. VOID BlankerToEnv( BlankerPrefs * );
  8. VOID WinBoxToEnv( struct IBox * );
  9. BlankerPrefs *LoadDefaultPrefs( VOID );
  10. STRPTR RandomModule( VOID );
  11.  
  12. #endif /* PREFS_H */
  13.