添加进入人物和退出人物hook
This commit is contained in:
@@ -42,6 +42,22 @@ class Dispatcher_ModItemAttr;
|
||||
|
||||
#pragma pack(push, 0x01)
|
||||
|
||||
class DNFFLib
|
||||
{
|
||||
public:
|
||||
static int ConvertGBKtoUTF8(char* a2, char* a3)
|
||||
{
|
||||
return CallT<int>(base::DNFFLib::ConvertGBKtoUTF8, a2, a3);
|
||||
}
|
||||
|
||||
static int ConvertUTF8toGBK(char* a2, char* a3)
|
||||
{
|
||||
return CallT<int>(base::DNFFLib::ConvertUTF8toGBK, a2, a3);
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
namespace WongWork
|
||||
{
|
||||
|
||||
@@ -115,6 +131,7 @@ public:
|
||||
#include "DataManager.h"
|
||||
#include "Inventory.h"
|
||||
#include "PacketBuf.h"
|
||||
#include "SystemTime.h"
|
||||
|
||||
|
||||
#endif // __DXFBASE_H__
|
||||
|
||||
Reference in New Issue
Block a user