PatrickvL's HLEDB v2 structure
This commit is contained in:
parent
9e18bee934
commit
f780398df3
|
@ -121,11 +121,22 @@ extern const struct HLEData
|
|||
}
|
||||
HLEDataBase[];
|
||||
|
||||
extern const struct HLEDataV2
|
||||
{
|
||||
const char *Library;
|
||||
|
||||
OOVPATable *OovpaTable;
|
||||
uint32 OovpaTableSize;
|
||||
}
|
||||
HLEDataBaseV2[];
|
||||
|
||||
// ******************************************************************
|
||||
// * HLEDataBaseCount
|
||||
// ******************************************************************
|
||||
extern const uint32 HLEDataBaseCount;
|
||||
|
||||
extern const uint32 HLEDataBaseCountV2;
|
||||
|
||||
// ******************************************************************
|
||||
// * XRefDataBaseOffset
|
||||
// ******************************************************************
|
||||
|
|
Loading…
Reference in New Issue