mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-06-14 02:03:52 +08:00
lots of
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef COMMAND_H
|
||||
#define COMMAND_H
|
||||
#include <QString>
|
||||
|
||||
class Command
|
||||
{
|
||||
public:
|
||||
Command();
|
||||
QString GetCommand(QString command);
|
||||
};
|
||||
|
||||
#endif // COMMAND_H
|
||||
Reference in New Issue
Block a user