mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
lots of
This commit is contained in:
14
VM-source/buildvbox.h
Normal file
14
VM-source/buildvbox.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef BUILDVBOX_H
|
||||
#define BUILDVBOX_H
|
||||
#include <QString>
|
||||
|
||||
class buildvbox
|
||||
{
|
||||
// Q_OBJECT
|
||||
public:
|
||||
buildvbox();
|
||||
void CleanScreen();
|
||||
QString GetNet();
|
||||
};
|
||||
|
||||
#endif // BUILDVBOX_H
|
||||
Reference in New Issue
Block a user