X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fosx%2Fmain.cpp;h=55d4a304ce08b1f91bef2fe9fce2b12146c41e4a;hb=34efed1510d68f8258c3b9db37a9f55dcb1eeda9;hp=4bb81c83c41c4380857e6f0d7b49497bb2fae65b;hpb=41363aed34382386f915f17c1a961750b4fdcb14;p=libs%2Fcore.git diff --git a/source/core/osx/main.cpp b/source/core/osx/main.cpp index 4bb81c8..55d4a30 100644 --- a/source/core/osx/main.cpp +++ b/source/core/osx/main.cpp @@ -1,7 +1,8 @@ #include #include "application.h" +#include "mspcore_api.h" -int main(int argc, char **argv) +MSPCORE_API int main(int argc, char **argv) { void *data = nullptr;