add java.awt{Graphics.Window} to natheaders
[cacao.git] / nat / classcontextnativeTest.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _CLASSCONTEXTNATIVETEST_H
4 #define _CLASSCONTEXTNATIVETEST_H
5
6 /* Structure information for class: classcontextnativeTest */
7
8 typedef struct classcontextnativeTest {
9    java_objectheader header;
10 } classcontextnativeTest;
11
12
13 /*
14  * Class:     classcontextnativeTest
15  * Method:    a
16  * Signature: ()V
17  */
18 JNIEXPORT void JNICALL Java_classcontextnativeTest_a(JNIEnv *env, jclass clazz);
19
20
21 /*
22  * Class:     classcontextnativeTest
23  * Method:    k
24  * Signature: ()V
25  */
26 JNIEXPORT void JNICALL Java_classcontextnativeTest_k(JNIEnv *env, jclass clazz);
27
28
29 /*
30  * Class:     classcontextnativeTest
31  * Method:    y
32  * Signature: ()V
33  */
34 JNIEXPORT void JNICALL Java_classcontextnativeTest_y(JNIEnv *env, jclass clazz);
35
36 #endif
37