aboutsummaryrefslogtreecommitdiff
path: root/third_party/jni/emjvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jni/emjvm.h')
-rw-r--r--third_party/jni/emjvm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/jni/emjvm.h b/third_party/jni/emjvm.h
new file mode 100644
index 00000000..fb09413a
--- /dev/null
+++ b/third_party/jni/emjvm.h
@@ -0,0 +1,8 @@
+
+#include "jni.h"
+
+extern "C" {
+ extern JavaVM* emscripten_get_jvm();
+ extern JNIEnv* emscripten_get_jni_env();
+}
+