home *** CD-ROM | disk | FTP | other *** search
- /*
- ResAnomaly Settings defaults
- ©1995 Chris K. Thomas. All Rights Reserved.
-
- These will probably become local FrDropApp state
- at some point.
- */
-
- /*
- #ifdef __powerc
- const OSType kTextFileCreator = 'MPCC';
- #else // 68k!
- const OSType kTextFileCreator = 'MMCC';
- #endif
-
- const Str255 kDefaultDotExtension = "\pIDs.h";
- const short kInvalidNameCharWhiteSpace = '_';
- const short kInvalidNameCharNonAlphaNum = 'x';
- */
-
- struct ResAnomalyPrefs
- {
- SInt32 rapPrefsVersion; // * current is 1
- OSType rapCreator; // * default 'CWIE'
- SInt16 rapReplaceWhitespace; // * default '_'
- SInt16 rapReplaceNonAlphaNumeric; // * default 'x'
- Str31 rapDotExtension; // * default "\p.IDs.h"
- };
-
- /*const ResAnomalyPrefs kDefaults = {};*/