Files
deep-wine-runner/mainwindow.h
2024-01-01 15:19:08 +08:00

17 lines
147 B
C++

#ifndef MAINWINDOW_H
#define MAINWINDOW_H
class MainWindow
{
public:
MainWindow();
~MainWindow();
private:
};
#endif // MAINWINDOW_H