home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / Prefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  433 b   |  31 lines

  1. #ifndef PREFS_H
  2. #define PREFS_H
  3. //**************************
  4. //
  5. //  Prefs.h
  6. //
  7. //**************************
  8.  
  9. //**** Header files
  10.  
  11. #ifndef EXEC_TYPES_H
  12. #include <exec/types.h>
  13. #endif
  14.  
  15.  
  16. //**** Local Storage
  17.  
  18. extern char *ToolsFileName;
  19. extern char *ToolsArcName;
  20. extern char *PrefsProgName;
  21. extern char *PrefsProgDir;
  22. extern LONG my_cx_pri;
  23.  
  24.  
  25. //**** Function Prototypes
  26.  
  27. int ReadIcon(int argc, char **argv);
  28.  
  29. //**** End of file
  30. #endif
  31.