mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
13 lines
173 B
C
13 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
|