Open Simulator Terrain Editor BRIGADOON-0007
Edit Terrain Files for Open Simulator Regions
Loading...
Searching...
No Matches
main.cpp File Reference
#include "mainwindow.h"
#include <QApplication>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 5 of file main.cpp.

6{
7 QApplication a(argc, argv);
9 w.show();
10 return a.exec();
11}