headers.com_jme3_texture_plugins_AndroidNativeImageLoader.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-android-native Show documentation
Show all versions of jme3-android-native Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class com_jme3_texture_plugins_AndroidNativeImageLoader */
#ifndef _Included_com_jme3_texture_plugins_AndroidNativeImageLoader
#define _Included_com_jme3_texture_plugins_AndroidNativeImageLoader
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_jme3_texture_plugins_AndroidNativeImageLoader
* Method: load
* Signature: (Ljava/io/InputStream;Z[B)Lcom/jme3/texture/Image;
*/
JNIEXPORT jobject JNICALL Java_com_jme3_texture_plugins_AndroidNativeImageLoader_load
(JNIEnv *, jclass, jobject, jboolean, jbyteArray);
#ifdef __cplusplus
}
#endif
#endif
© 2015 - 2025 Weber Informatics LLC | Privacy Policy