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

15 lines
190 B
C
Raw Normal View History

2023-02-07 22:12:05 +08:00
#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
buildvbox();
void CleanScreen();
QString GetNet();
};
#endif // BUILDVBOX_H