Subversion Repositories AndroidProjects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
552 chris 1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class com_gebauz_PonPonChun_JNITest */
4
 
5
#ifndef _Included_com_gebauz_PonPonChun_JNITest
6
#define _Included_com_gebauz_PonPonChun_JNITest
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/*
11
 * Class:     com_gebauz_PonPonChun_JNITest
12
 * Method:    hello
13
 * Signature: (Ljava/lang/String;)V
14
 */
15
JNIEXPORT void JNICALL Java_com_gebauz_PonPonChun_JNITest_hello
16
  (JNIEnv *, jobject, jstring);
17
 
18
#ifdef __cplusplus
19
}
20
#endif
21
#endif