/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_retroarch_rruntime */ #ifndef _Included_com_retroarch_rruntime #define _Included_com_retroarch_rruntime #ifdef __cplusplus extern "C" { #endif /* * Class: com_retroarch_rruntime * Method: load_game * Signature: (Ljava/lang/String;I)V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_load_1game (JNIEnv *, jclass, jstring, jint); /* * Class: com_retroarch_rruntime * Method: run_frame * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_retroarch_rruntime_run_1frame (JNIEnv *, jclass); /* * Class: com_retroarch_rruntime * Method: startup * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_startup (JNIEnv *, jclass, jstring); /* * Class: com_retroarch_rruntime * Method: deinit * Signature: ()V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_deinit (JNIEnv *, jclass); /* * Class: com_retroarch_rruntime * Method: load_state * Signature: ()V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_load_1state (JNIEnv *, jclass); /* * Class: com_retroarch_rruntime * Method: save_state * Signature: ()V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_save_1state (JNIEnv *, jclass); /* * Class: com_retroarch_rruntime * Method: settings_change * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_settings_1change (JNIEnv *, jclass, jint); /* * Class: com_retroarch_rruntime * Method: settings_set_defaults * Signature: ()V */ JNIEXPORT void JNICALL Java_com_retroarch_rruntime_settings_1set_1defaults (JNIEnv *, jclass); #ifdef __cplusplus } #endif #endif