//************************************************************************************** // Filename: CycloneConstants.h // Copyright © 1998-2003 Abracode. All rights reserved. // // Description: // //************************************************************************************** // Revision History: // Monday, September 28, 1998 - Original //************************************************************************************** #ifndef _CycloneConstants_ #define _CycloneConstants_ #pragma once const OSType kAppSignature = 'TECo'; const OSType kUniTextFileType = 'utxt'; const OSType kTextFileType = 'TEXT'; const OSType kPartialFileType = 'part'; const OSType kErrorLogFileType = 'errl'; const OSType kPrefsFileType = 'pref'; const SInt16 rMiscStrings = 500; const SInt16 rErrorStrings = 400; #define kBundleIdentifier "com.abracode.Cyclone" #endif //_CycloneConstants_