Opensim Control Panel BRIGADOON-0013
This program provides a control panel for an Open Simulator Instance
Loading...
Searching...
No Matches
untitled/main.cpp
Go to the documentation of this file.
1#include "mainwindow.h"
2
3#include <QApplication>
4
5int
6main (int argc, char *argv[])
7{
8 QApplication a (argc, argv);
10 w.show ();
11 return a.exec ();
12}
int main(int argc, char *argv[])