mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +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
|