A-better-version 1.0.
[cacao.git] / nat / java_lang_Runtime.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_RUNTIME_H
4 #define _JAVA_LANG_RUNTIME_H
5
6 /* Structure information for class: java/lang/Runtime */
7
8 typedef struct java_lang_Runtime {
9    java_objectheader header;
10    java_objectarray* libpath;
11    struct java_lang_Thread* exitSequence;
12    struct java_util_Set* shutdownHooks;
13 } java_lang_Runtime;
14
15 #endif
16