mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-11 23:40:51 +02:00
21 lines
497 B
C++
21 lines
497 B
C++
//**************************************
|
|
// regconst.h
|
|
// written 9.17.94
|
|
// written by Patrick Wyatt
|
|
//**************************************
|
|
|
|
|
|
//**************************************
|
|
// registration blocks
|
|
//**************************************
|
|
// length of registration block embedded in program
|
|
#define REG_LEN 128
|
|
|
|
// length of table of registration blocks embedded in program
|
|
#define TBL_LEN 128
|
|
|
|
// offset to registration block
|
|
typedef ULONG REG_OFF;
|
|
#define MAX_REGS 10
|
|
|