nut容器完成

This commit is contained in:
2022-03-09 16:27:06 +08:00
parent 5ffa76fdef
commit 0f02f0fb62
8 changed files with 430 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
#include "pch.h"
#include "sock.h"
void sock::Pack_130_³é½±(int idx, int code, void* p3, void* p4)
void sock::Pack_³é½±(int idx, int code, void* p3, void* p4)
{
std::cout << 666 << std::endl;
}
@@ -10,7 +10,7 @@ void sock::R_Register_Pack()
{
auto Registerfunc = reinterpret_cast<register_pack_handler_t>(0x7186D0);
Registerfunc(130, Pack_130_³é½±, 0);
Registerfunc(130, Pack_³é½±, 0);
}
bool sock::net_get8(std::int8_t& v)