重覆盖

This commit is contained in:
yrx
2026-08-12 15:42:38 +08:00
parent dc5da0294f
commit eae7da7291
79 changed files with 0 additions and 32480 deletions
-14
View File
@@ -1,14 +0,0 @@
#pragma once
#include <pybind11/pybind11.h>
#include <pybind11/stl.h> // 支持 std::vector, std::map 等
namespace py = pybind11;
namespace netcore {
// 打包 TCP 数据包
py::bytes make_packet(int msg_type, py::dict body_dict);
// 解包 TCP 数据包
py::tuple parse_packet(py::bytes data);
}