]> git.tdb.fi Git - libs/core.git/blobdiff - source/main.cpp
Add files
[libs/core.git] / source / main.cpp
diff --git a/source/main.cpp b/source/main.cpp
new file mode 100644 (file)
index 0000000..7b1b11e
--- /dev/null
@@ -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); }