Pararena2/Headers/ValidInstall.h
John Calhoun 806b9b47db First check-in.
This project was originally compiled with THINK C for the Macintosh.
The project file is a THINK C project file. Then there is the assembly
static library (SMS) that is linked in to provide fast, 4-channel sound
(written by Patrick Buckland). Resource files, a balloon file for
“balloon help” when it was a thing…. Good luck to anyone trying to
bring this beast back to life.
2016-01-27 20:50:55 -08:00

1 line
1.2 KiB
C
Executable File

/*============================================================*/
/*============================================================*/
/*== ==*/
/*== ValidInstall Header ==*/
/*== ==*/
/*============================================================*/
/*============================================================*/
/*======================================================== Defines */
#define kEncryptMask 0x08423735
#define kLegalVolumeCreation 0xA687BB77
#define rMasterDialogID 1010
#define kMasterFinderButton 1
#define kMasterNetOnlyButton 2
#define kMasterUserBalloon 3
#define kMasterTitleLeft 6
#define kMasterTitleTop 16
/*======================================================== Prototypes */
short GetSystemVolume (void);
long VolumeCreated (void);
Boolean VolumeMatchesPrefs (long, long *);
Boolean PowerBook100Exception (void);
Boolean SpecificVolumeCreated (void);
pascal Boolean MasterFilter (DialogPtr, EventRecord *, short *);
Boolean GetMasterDisk (void);
Boolean ValidInstallation (Boolean);
/*======================================================== External Variables */
extern long encryptedNumber, tempLong;
extern Boolean isColor;