重构代码,删除不必要的文件,添加控制数据包处理和Steam消息处理功能

This commit is contained in:
Ayndpa
2025-11-18 19:05:50 +08:00
parent 3b85a5f3bb
commit b308a644ff
11 changed files with 194 additions and 483 deletions

8
control_packets.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef CONTROL_PACKETS_H
#define CONTROL_PACKETS_H
#include <steamnetworkingtypes.h>
void handleControlPacket(const char* data, size_t size, HSteamNetConnection conn);
#endif // CONTROL_PACKETS_H