Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
gui
main.cc
Go to the documentation of this file.
1
#include <QtGui/QApplication>
2
#include "
segwayrmp/gui/segwayrmp_gui.h
"
3
4
#include <SDL/SDL.h>
5
6
// SDL defines main?
7
#ifdef main
8
#undef main
9
#endif
10
11
int
main
(
int
argc,
char
*argv[])
12
{
13
QApplication a(argc, argv);
14
MainWindow
w;
15
w.show();
16
17
return
a.exec();
18
}
segwayrmp_gui.h
main
int main(int argc, char *argv[])
Definition:
main.cc:11
MainWindow
Definition:
segwayrmp_gui.h:15
libsegwayrmp
Author(s): William Woodall
autogenerated on Mon Jun 10 2019 13:46:49