mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 10:47:01 +00:00
Add missing source file
This commit is contained in:
10
hecl-gui/main.cpp
Normal file
10
hecl-gui/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#include <QGuiApplication>
|
||||||
|
#include "MainWindow.hpp"
|
||||||
|
|
||||||
|
int main(int argc, char* argv[])
|
||||||
|
{
|
||||||
|
QGuiApplication a(argc, argv);
|
||||||
|
MainWindow w;
|
||||||
|
w.show();
|
||||||
|
return a.exec();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user