deep-wine-runner/VM-source/command.h

17 lines
247 B
C
Raw Normal View History

2023-04-05 16:09:58 +08:00
/*
* gfdgd xi
* GPLV3
*/
2023-02-07 22:12:05 +08:00
#ifndef COMMAND_H
#define COMMAND_H
#include <QString>
class Command
{
public:
Command();
QString GetCommand(QString command);
};
#endif // COMMAND_H