CP控制V1.0

This commit is contained in:
2025-06-12 15:28:37 +08:00
commit 566d30b5f8
15 changed files with 1899 additions and 0 deletions

12
Main/GlobalDefs.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef CPCTRL_GLOBALDEFS_H
#define CPCTRL_GLOBALDEFS_H
#include <iostream>
#include <string>
#include <vector>
#include "Send.h"
// 全局键值对存储
extern std::vector<std::string> historyList;
extern Send Sender;
#endif //CPCTRL_GLOBALDEFS_H