deep-wine-runner/VM-source/command.h
2023-02-07 22:12:05 +08:00

13 lines
160 B
C++

#ifndef COMMAND_H
#define COMMAND_H
#include <QString>
class Command
{
public:
Command();
QString GetCommand(QString command);
};
#endif // COMMAND_H