add java.awt{Graphics.Window} to natheaders
[cacao.git] / nat / java_nio_LongBufferImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NIO_LONGBUFFERIMPL_H
4 #define _JAVA_NIO_LONGBUFFERIMPL_H
5
6 /* Structure information for class: java/nio/LongBufferImpl */
7
8 typedef struct java_nio_LongBufferImpl {
9    java_objectheader header;
10    s4 cap;
11    s4 limit;
12    s4 pos;
13    s4 mark;
14    s4 array_offset;
15    java_longarray* backing_buffer;
16    s4 readOnly;
17 } java_nio_LongBufferImpl;
18
19 #endif
20