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

15 lines
190 B
C++

#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
buildvbox();
void CleanScreen();
QString GetNet();
};
#endif // BUILDVBOX_H