home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FontMancer.sit / FontMancer / Common / Standard.h < prev    next >
Text File  |  1996-06-21  |  589b  |  24 lines

  1. #define NIL            0L
  2. #define MAXLONG        0x7FFFFFFF
  3.  
  4. #define rErrorAlert        129
  5. #define rErrorStrings    129
  6. #define errWimpySystem    1
  7.  
  8. #define rInfoAlert        130
  9. #define rInfoStrings    130
  10. #define infoLimitHit    1
  11.  
  12. #define rMainWindow        128
  13.  
  14. void        InitToolbox(void);
  15. void        InitMainWindow(void);
  16. void        ConfigAppWithPrefs(struct prefStuff Prefs, FMStuff FMStore);
  17. void        CheckWindowPrefs(void);
  18. void        UpdatePrefs(void);
  19. void        InitMenuBar(void);
  20. void        MainEventLoop(void);
  21. void        DisposeMainWindow(void);
  22.  
  23. void        InfoAlert(short infoNumber, Str255    infoMessage);
  24. void         DeathAlert(short errNumber, Str255    errorInfo);