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++

#include "GUI/app.h"
int main(int argc, char *argv[])
{
App app(argc, argv);
app.run();
return 0;
}