CP控制V1.0
This commit is contained in:
12
Main/GlobalDefs.h
Normal file
12
Main/GlobalDefs.h
Normal 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
|
Reference in New Issue
Block a user