space_anyi_jni_helloWorld_Main.h 703 B

1234567891011121314151617181920212223242526272829
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class space_anyi_jni_helloWorld_Main */
  4. #ifndef _Included_space_anyi_jni_helloWorld_Main
  5. #define _Included_space_anyi_jni_helloWorld_Main
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10. * Class: space_anyi_jni_helloWorld_Main
  11. * Method: staticHelloWorld
  12. * Signature: ()V
  13. */
  14. JNIEXPORT void JNICALL Java_space_anyi_jni_helloWorld_Main_staticHelloWorld
  15. (JNIEnv *, jclass);
  16. /*
  17. * Class: space_anyi_jni_helloWorld_Main
  18. * Method: instanceHelloWorld
  19. * Signature: ()V
  20. */
  21. JNIEXPORT void JNICALL Java_space_anyi_jni_helloWorld_Main_instanceHelloWorld
  22. (JNIEnv *, jobject);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif