Files
CpCtrl/ComCtrl/ComCtrl.h

22 lines
364 B
C
Raw Permalink Normal View History

2025-06-12 15:28:37 +08:00
#ifndef CPCTRL_COMCTRL_H
#define CPCTRL_COMCTRL_H
#include "GlobalDefs.h"
#include "Noncanonical.h"
#include <vector>
using namespace std;
// 设置
void setantCommand(const vector<string>& args);
void setephCommand(const vector<string>& args);
// 查询
void queryCommand(const vector<string>& args);
//历史
void listCommand();
#endif //CPCTRL_COMCTRL_H