diff options
Diffstat (limited to 'src/jogl/native/JoglCommon.h')
-rw-r--r-- | src/jogl/native/JoglCommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jogl/native/JoglCommon.h b/src/jogl/native/JoglCommon.h index 2aeaf7d1d..09d0051e4 100644 --- a/src/jogl/native/JoglCommon.h +++ b/src/jogl/native/JoglCommon.h @@ -38,6 +38,8 @@ jchar* JoglCommon_GetNullTerminatedStringChars(JNIEnv* env, jstring str); void JoglCommon_FatalError(JNIEnv *env, const char* msg, ...); void JoglCommon_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); +jboolean JoglCommon_ExceptionCheck0(JNIEnv *env); +jboolean JoglCommon_ExceptionCheck1_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); /** * |