Export symbol required to use sfml-activity
This commit is contained in:
parent
6ca627ee9d
commit
10584485a3
@ -132,7 +132,7 @@ void* loadLibrary(const char* libraryName, JNIEnv* lJNIEnv, jobject& ObjectActiv
|
|||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ANativeActivity_onCreate(ANativeActivity* activity, void* savedState, std::size_t savedStateSize)
|
JNIEXPORT void ANativeActivity_onCreate(ANativeActivity* activity, void* savedState, std::size_t savedStateSize)
|
||||||
{
|
{
|
||||||
// Before we can load a library, we need to find out its location. As
|
// Before we can load a library, we need to find out its location. As
|
||||||
// we're powerless here in C/C++, we need the JNI interface to communicate
|
// we're powerless here in C/C++, we need the JNI interface to communicate
|
||||||
|
Loading…
Reference in New Issue
Block a user