实例化对象有问题

This commit is contained in:
2022-03-11 21:52:14 +08:00
parent 6bdd6f637d
commit ce6413df51
7 changed files with 83 additions and 36 deletions

View File

@@ -9,6 +9,8 @@ typedef void(__cdecl* pack_handler_t)(int idx, int err, void*, void*);
typedef void(__cdecl* register_pack_handler_t)(int idx, pack_handler_t handler, int zero);
class sock
{
private: