Add D3DCheck address
This commit is contained in:
parent
5e65eecf8b
commit
de6b0e2814
1 changed files with 3 additions and 0 deletions
|
@ -10,10 +10,13 @@
|
|||
//POINTERS
|
||||
#define P_WORLD 0x7FE944
|
||||
#define P_PY_MODS 0x79C698
|
||||
|
||||
//FUNCTIONS
|
||||
#define P_CON_HANDLER 0x402190
|
||||
#define P_SCRAP_LOG 0x4134C0
|
||||
#define P_SCRAP_EXEC 0x5a8390
|
||||
#define P_SCRAP_EXIT 0x4010c0
|
||||
#define P_D3DCHECK 0x602a70
|
||||
|
||||
//FUNCTION TYPES
|
||||
#define T_SCRAP_LOG int(_cdecl *)(unsigned int, const char *)
|
||||
|
|
Loading…
Reference in a new issue