mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fix single process build for Android
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include <jni.h>
|
||||
#include <string>
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
/// helper class that allows access to java vm to communicate with java code from native
|
||||
class DLL_LINKAGE CAndroidVMHelper
|
||||
{
|
||||
@@ -47,4 +49,6 @@ public:
|
||||
static constexpr const char * NATIVE_METHODS_DEFAULT_CLASS = "eu/vcmi/vcmi/NativeMethods";
|
||||
};
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user