mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-26 03:01:11 +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
|