aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/GLCallbackHelperJNI.h
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/GLCallbackHelperJNI.h')
-rw-r--r--CNativeCode/GLCallbackHelperJNI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CNativeCode/GLCallbackHelperJNI.h b/CNativeCode/GLCallbackHelperJNI.h
index 210271d..0a1dd63 100644
--- a/CNativeCode/GLCallbackHelperJNI.h
+++ b/CNativeCode/GLCallbackHelperJNI.h
@@ -67,4 +67,7 @@
LIBAPI jlong LIBAPIENTRY GetCurrentGLContext();
+ LIBAPI void* LIBAPIENTRY GetCurrentCallbackObject();
+ LIBAPI void LIBAPIENTRY SetCurrentCallbackObject(void* newCbObj);
+
#endif