home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- WK Constants.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for shared constants.
-
- ___________________________________________________________________________
- */
- #ifndef __WK_CONSTANTS__
- #define __WK_CONSTANTS__
- //=============================================================================
- // Defines
- //-----------------------------------------------------------------------------
- #define kWhatKey 1 // Index into theCodeResources
- #define kJGNEFilterAddress 0x0000029A // Address of filter to patch
-
- #define kWhatKeyAddressTable 'jGnE' // Address table selector
- #define kWhatKeyResType 'Code' // Resource type of VBL code
- #define kWhatKeyResID 128 // Resource id of VBL code
-
-
- #endif
-