mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-31 23:34:36 +00:00
22 lines
618 B
C
22 lines
618 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class com_retroarch_browser_NativeInterface */
|
|
|
|
#ifndef _Included_com_retroarch_browser_NativeInterface
|
|
#define _Included_com_retroarch_browser_NativeInterface
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: com_retroarch_browser_NativeInterface
|
|
* Method: extractArchiveTo
|
|
* Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_com_retroarch_browser_NativeInterface_extractArchiveTo
|
|
(JNIEnv *, jclass, jstring, jstring, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|