source: experimental/osgVisualGuiNG/main.cpp @ 415

Last change on this file since 415 was 415, checked in by Torben Dannhauer, 12 years ago

initial upload of new SimHost? / GUI

  • Property svn:eol-style set to native
File size: 169 bytes
Line 
1#include "osgvisualgui.h"
2#include <QtGui/QApplication>
3
4int main(int argc, char *argv[])
5{
6        QApplication a(argc, argv);
7        osgVisualGUI w;
8        w.show();
9        return a.exec();
10}
Note: See TracBrowser for help on using the repository browser.