1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

fix using JNI from server in single process build

This commit is contained in:
Andrey Filipenkov
2023-02-26 12:19:24 +03:00
parent c4e7e91850
commit 313d479d42
6 changed files with 38 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ public:
static void initClassloader(void * baseEnv);
static bool alwaysUseLoadedClass;
static constexpr const char * NATIVE_METHODS_DEFAULT_CLASS = "eu/vcmi/vcmi/NativeMethods";
};