]> git.tdb.fi Git - libs/core.git/blob - source/main.cpp
Add files
[libs/core.git] / source / main.cpp
1 /*
2 This file is part of libmspframework
3 Copyright © 2006 Mikko Rasa, Mikkosoft Productions
4 Distributed under the LGPL
5 */
6 #include "application.h"
7
8 int main(int argc, char **argv)
9 { return Msp::Application::run(argc, argv); }