拆分房间功能和管理到单独文件,并删除control_packets相关代码

This commit is contained in:
Ayndpa
2025-11-19 16:08:48 +08:00
parent 4cee07cb37
commit b2ad339efd
11 changed files with 453 additions and 391 deletions

View File

@@ -14,7 +14,7 @@
#include <memory>
#include "tcp_server.h"
#include "tcp/tcp_client.h"
#include "steamnet/steam_networking_manager.h"
#include "steam/steam_networking_manager.h"
using boost::asio::ip::tcp;