main.cc
Go to the documentation of this file.
1 #include <QtGui/QApplication>
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 }
int main(int argc, char *argv[])
Definition: main.cc:11


libsegwayrmp
Author(s): William Woodall
autogenerated on Mon Jun 10 2019 13:46:49