]> git.tdb.fi Git - libs/core.git/blob - source/core/unix/main.cpp
Add move semantics to Variant
[libs/core.git] / source / core / unix / main.cpp
1 #include "application.h"
2 #include "mspcore_api.h"
3
4 MSPCORE_API int main(int argc, char **argv)
5 {
6         return Msp::Application::run(argc, argv, nullptr);
7 }