This commit is contained in:
2022-02-26 19:07:14 +08:00
parent 2c1a9b7dbd
commit 1166be0471
3 changed files with 65 additions and 4 deletions

View File

@@ -263,4 +263,7 @@ static SendPacksWORD _SendPacksWord = (SendPacksWORD)0x1128580;
typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
//公告CALL
typedef void( *NoticeCall)(int a1, int a2, int a3, int a4, int a5, int a6, int a7);
static NoticeCall _Noticecall = (NoticeCall)0x9536C0;
#endif //PCH_H