Opensim Control Panel BRIGADOON-0013
This program provides a control panel for an Open Simulator Instance
Loading...
Searching...
No Matches
main.cpp File Reference
#include "mainwindow.h"
#include <QApplication>
Include dependency graph for untitled/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 6 of file untitled/main.cpp.

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