deep-wine-runner/VM-source/command.h
2023-04-24 21:49:18 +08:00

17 lines
202 B
C++

/*
* gfdgd xi
* 依照 GPLV3 开源
*/
#ifndef COMMAND_H
#define COMMAND_H
#include <QString>
class Command
{
public:
Command();
QString GetCommand(QString command);
};
#endif // COMMAND_H