home *** CD-ROM | disk | FTP | other *** search
- #ifndef PREFS_H
- #define PREFS_H
- //**************************
- //
- // Prefs.h
- //
- //**************************
-
- //**** Header files
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
-
- //**** Local Storage
-
- extern char *ToolsFileName;
- extern char *ToolsArcName;
- extern char *PrefsProgName;
- extern char *PrefsProgDir;
- extern LONG my_cx_pri;
-
-
- //**** Function Prototypes
-
- int ReadIcon(int argc, char **argv);
-
- //**** End of file
- #endif
-