]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/android/main.cpp
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / android / main.cpp
index ff811c19dd4172ba51c98953b76f1976bb3cc8ac..d6ad41525820c20acc283301d309e889bbea1a3e 100644 (file)
@@ -1,6 +1,7 @@
 #include "mainthread.h"
+#include "mspcore_api.h"
 
-extern "C" void ANativeActivity_onCreate(ANativeActivity *activity, void * /*saved_state*/, size_t /*state_size*/)
+extern "C" MSPCORE_API void ANativeActivity_onCreate(ANativeActivity *activity, void * /*saved_state*/, size_t /*state_size*/)
 {
        static Msp::Android::MainThread *thread = nullptr;
        if(thread)