X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmain.cpp;fp=source%2Fmain.cpp;h=7b1b11e91e62aaffdef49ce64ce952291de3ca21;hb=1013e3c216cdf8e0ecc0f3b1e8314989b5333818;hp=0000000000000000000000000000000000000000;hpb=5780f0826f057f99593de46a583be7c098efaf90;p=libs%2Fcore.git diff --git a/source/main.cpp b/source/main.cpp new file mode 100644 index 0000000..7b1b11e --- /dev/null +++ b/source/main.cpp @@ -0,0 +1,9 @@ +/* +This file is part of libmspframework +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ +#include "application.h" + +int main(int argc, char **argv) +{ return Msp::Application::run(argc, argv); }