mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 20:20:43 +00:00
22 lines
481 B
C
22 lines
481 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class org_srb2_nativecode_Main */
|
||
|
|
||
|
#ifndef _Included_org_srb2_nativecode_Main
|
||
|
#define _Included_org_srb2_nativecode_Main
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: org_srb2_nativecode_Main
|
||
|
* Method: main
|
||
|
* Signature: (Lorg/srb2/nativecode/Video;)I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_org_srb2_nativecode_Main_main
|
||
|
(JNIEnv *, jobject, jobject);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|