1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/main.cpp

10 lines
105 B
C++
Raw Normal View History

2017-11-26 18:54:03 +01:00
#include "GUI/app.h"
2015-10-05 01:43:48 +02:00
int main(int argc, char *argv[])
{
App app(argc, argv);
app.run();
2015-10-05 01:43:48 +02:00
return 0;
2015-10-05 01:43:48 +02:00
}