mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
20 lines
256 B
C
20 lines
256 B
C
#ifndef _SRB2_ANDROID_VIDEO_
|
|
#define _SRB2_ANDROID_VIDEO_
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
UINT8 *android_surface;
|
|
|
|
JNIEnv* jni_env;
|
|
jobject androidVideo;
|
|
jmethodID videoFrameCB;
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|
|
|
|
#endif
|