]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/unix/main.cpp
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / unix / main.cpp
index 58c9fda45e812e362d9f0d18d29568db387cf068..010459f55aab1d4bb5c4e24b805520784fe2fbb8 100644 (file)
@@ -1,6 +1,7 @@
 #include "application.h"
+#include "mspcore_api.h"
 
-int main(int argc, char **argv)
+MSPCORE_API int main(int argc, char **argv)
 {
        return Msp::Application::run(argc, argv, nullptr);
 }