mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 06:04:21 +00:00
12 lines
173 B
C
12 lines
173 B
C
#ifndef _SRB2_ANDROID_VIDEO_
|
|
#define _SRB2_ANDROID_VIDEO_
|
|
|
|
#include <jni.h>
|
|
|
|
UINT8 *android_surface;
|
|
|
|
JNIEnv* jni_env;
|
|
jobject androidVideo;
|
|
jmethodID videoFrameCB;
|
|
|
|
#endif
|