PatrickvL's HLEDB v2 structure

This commit is contained in:
RadWolfie 2017-08-10 16:09:09 -05:00 committed by Luke Usher
parent 9e18bee934
commit f780398df3
1 changed files with 11 additions and 0 deletions

View File

@ -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
// ******************************************************************